ICU-11827 icu-config: do not add date to the script

X-SVN-Rev: 37841
This commit is contained in:
Steven R. Loomis 2015-08-27 21:54:51 +00:00
parent c0a1914073
commit 8e2b2d1250

View File

@ -1,6 +1,6 @@
#******************************************************************************
#
# Copyright (C) 1998-2014, International Business Machines
# Copyright (C) 1998-2015, International Business Machines
# Corporation and others. All Rights Reserved.
#
#******************************************************************************
@ -335,7 +335,6 @@ $(top_builddir)/config/icu-config: $(top_builddir)/Makefile $(top_srcdir)/config
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