Jan Engelhardt
b06df78d14
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=25
21 lines
771 B
Diff
21 lines
771 B
Diff
From: <vuntz@novell.com>
|
|
|
|
Do not put date/time in icu-config (needed for build-compare)
|
|
|
|
---
|
|
source/Makefile.in | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
Index: icu/source/Makefile.in
|
|
===================================================================
|
|
--- icu.orig/source/Makefile.in
|
|
+++ icu/source/Makefile.in
|
|
@@ -286,7 +286,6 @@ $(top_builddir)/config/icu-config: $(top
|
|
LC_ALL=C sed -f $(top_srcdir)/config/make2sh.sed < $(top_builddir)/config/Makefile.inc | grep -v '#M#' | uniq >> $@
|
|
LC_ALL=C 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/uvernum.h
|