3a2df488b2
Code requires fox-1.6, many improvements were added, bugs fixed, etc.
20 lines
634 B
Text
20 lines
634 B
Text
$NetBSD: patch-ac,v 1.2 2007/04/13 05:47:15 xtraeme Exp $
|
|
|
|
--- intl/Makefile.in.orig 2007-04-13 06:43:46.000000000 +0200
|
|
+++ intl/Makefile.in 2007-04-13 06:44:07.000000000 +0200
|
|
@@ -356,7 +356,6 @@
|
|
if test @GLIBC21@ = no; then \
|
|
orig=charset.alias; \
|
|
sed -f ref-add.sed $$orig > $$temp; \
|
|
- $(INSTALL_DATA) $$temp $$dest; \
|
|
rm -f $$temp; \
|
|
fi; \
|
|
fi; \
|
|
@@ -367,7 +366,6 @@
|
|
temp=$(DESTDIR)$(localedir)/t-locale.alias; \
|
|
dest=$(DESTDIR)$(localedir)/locale.alias; \
|
|
sed -f ref-add.sed $$orig > $$temp; \
|
|
- $(INSTALL_DATA) $$temp $$dest; \
|
|
rm -f $$temp; \
|
|
else \
|
|
: ; \
|