13 lines
732 B
Text
13 lines
732 B
Text
$NetBSD: patch-aa,v 1.12 2010/12/07 17:58:13 adam Exp $
|
|
|
|
--- Makefile.in.orig 2010-10-07 00:23:38.000000000 +0000
|
|
+++ Makefile.in
|
|
@@ -280,7 +280,7 @@ $(top_builddir)/config/pkgdataMakefile:
|
|
|
|
$(top_builddir)/config/icu-config: $(top_builddir)/Makefile $(top_srcdir)/config/icu-config-top $(top_srcdir)/config/icu-config-bottom $(top_builddir)/config/Makefile.inc @platform_make_fragment@ $(top_srcdir)/config/make2sh.sed
|
|
-$(RMV) $@
|
|
- $(INSTALL_SCRIPT) $(top_srcdir)/config/icu-config-top $@
|
|
+ cp -f $(top_srcdir)/config/icu-config-top $@
|
|
chmod u+w $@
|
|
@echo "# Following from @platform_make_fragment@" >> $@
|
|
LC_ALL=C sed -f $(top_srcdir)/config/make2sh.sed < $(top_builddir)/config/Makefile.inc | grep -v '#M#' | uniq >> $@
|