mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-28 14:35:50 -04:00
20 lines
759 B
Plaintext
20 lines
759 B
Plaintext
$NetBSD: patch-ab,v 1.2 2007/10/16 00:45:53 tnn Exp $
|
|
|
|
--- gnulib/lib/Makefile.in.orig 2007-05-30 22:06:19.000000000 +0200
|
|
+++ gnulib/lib/Makefile.in
|
|
@@ -969,12 +969,12 @@ inttypes.h: inttypes_.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 \
|
|
+ if false; 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 \
|
|
+ if false; then \
|
|
sed -f ref-add.sed charset.alias > $(charset_tmp) ; \
|
|
$(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
|
|
rm -f $(charset_tmp) ; \
|