ports/sysutils/dc3dd/files/patch-lib_Makefile.in
MANTANI Nobutaka 0a6d455ed5 - Update to 7.2.646.
- Regenerate patches with make makepatch.
2018-06-24 15:55:52 +00:00

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 \