mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
a15ea9bf13
test has been modified by the vendor.
17 lines
871 B
Plaintext
17 lines
871 B
Plaintext
--- Makefile.in Fri Jul 9 11:43:36 2004
|
|
+++ Makefile.in Wed Nov 17 11:14:49 2004
|
|
@@ -175,11 +175,13 @@
|
|
$(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 $@
|
|
+ @chmod u+w $@
|
|
@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 >> $@
|
|
cat $(top_srcdir)/config/icu-config-bottom >> $@
|
|
echo "# Rebuilt on "`date` >> $@
|
|
+ @chmod u-w $@
|
|
|
|
config.status: $(srcdir)/configure $(srcdir)/common/unicode/uversion.h
|
|
@echo
|