summaryrefslogtreecommitdiff
path: root/textproc/icu/patches/patch-aa
blob: 41d5e7a820f64dc82d7a0e30c3ca9db475b34cfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.10 2006/01/03 00:04:42 wiz Exp $

--- Makefile.in.orig	2004-11-18 22:22:10.000000000 +0100
+++ Makefile.in
@@ -174,7 +174,7 @@ $(top_builddir)/config/Makefile.inc: $(s
 
 $(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 $@
 	@echo "# Following from @platform_make_fragment@" >> $@
 	sed -f $(top_srcdir)/config/make2sh.sed < $(top_builddir)/config/Makefile.inc | grep -v '#M#' | uniq >> $@
 	sed -f $(top_srcdir)/config/make2sh.sed < @platform_make_fragment@ | grep -v '#M#' | uniq >> $@