mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
21 lines
727 B
Text
21 lines
727 B
Text
--- lib/Makefile.in.orig 2012-11-06 03:52:20 UTC
|
|
+++ lib/Makefile.in
|
|
@@ -1629,18 +1629,6 @@ inttypes.h: inttypes.in.h
|
|
|
|
all-local: charset.alias ref-add.sed ref-del.sed
|
|
install-exec-local: all-local
|
|
- test $(GLIBC21) != no || $(mkinstalldirs) $(DESTDIR)$(libdir)
|
|
- if test -f $(charset_alias); then \
|
|
- sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \
|
|
- $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
|
|
- rm -f $(charset_tmp) ; \
|
|
- else \
|
|
- if test $(GLIBC21) = no; then \
|
|
- sed -f ref-add.sed charset.alias > $(charset_tmp) ; \
|
|
- $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
|
|
- rm -f $(charset_tmp) ; \
|
|
- fi ; \
|
|
- fi
|
|
|
|
uninstall-local: all-local
|
|
if test -f $(charset_alias); then \
|