ICU-3960 Fix out of source builds.
X-SVN-Rev: 16108
This commit is contained in:
parent
53c1929107
commit
c34f70c3b8
6
icu4c/source/configure
vendored
6
icu4c/source/configure
vendored
@ -4202,7 +4202,7 @@ ac_given_INSTALL="$INSTALL"
|
||||
|
||||
trap 'rm -fr `echo "icudefs.mk \
|
||||
Makefile \
|
||||
data/icupkg.inc test/testdata/pkgdata.inc \
|
||||
data/icupkg.inc \
|
||||
config/Makefile.inc \
|
||||
data/Makefile \
|
||||
stubdata/Makefile \
|
||||
@ -4233,6 +4233,7 @@ trap 'rm -fr `echo "icudefs.mk \
|
||||
tools/dumpce/Makefile \
|
||||
test/Makefile \
|
||||
test/testdata/Makefile \
|
||||
test/testdata/pkgdata.inc \
|
||||
test/hdrtst/Makefile \
|
||||
test/intltest/Makefile \
|
||||
test/cintltst/Makefile \
|
||||
@ -4404,7 +4405,7 @@ cat >> $CONFIG_STATUS <<EOF
|
||||
|
||||
CONFIG_FILES=\${CONFIG_FILES-"icudefs.mk \
|
||||
Makefile \
|
||||
data/icupkg.inc test/testdata/pkgdata.inc \
|
||||
data/icupkg.inc \
|
||||
config/Makefile.inc \
|
||||
data/Makefile \
|
||||
stubdata/Makefile \
|
||||
@ -4435,6 +4436,7 @@ CONFIG_FILES=\${CONFIG_FILES-"icudefs.mk \
|
||||
tools/dumpce/Makefile \
|
||||
test/Makefile \
|
||||
test/testdata/Makefile \
|
||||
test/testdata/pkgdata.inc \
|
||||
test/hdrtst/Makefile \
|
||||
test/intltest/Makefile \
|
||||
test/cintltst/Makefile \
|
||||
|
@ -967,7 +967,7 @@ fi
|
||||
dnl output the Makefiles
|
||||
AC_OUTPUT([icudefs.mk \
|
||||
Makefile \
|
||||
data/icupkg.inc test/testdata/pkgdata.inc \
|
||||
data/icupkg.inc \
|
||||
config/Makefile.inc \
|
||||
data/Makefile \
|
||||
stubdata/Makefile \
|
||||
@ -998,6 +998,7 @@ AC_OUTPUT([icudefs.mk \
|
||||
tools/dumpce/Makefile \
|
||||
test/Makefile \
|
||||
test/testdata/Makefile \
|
||||
test/testdata/pkgdata.inc \
|
||||
test/hdrtst/Makefile \
|
||||
test/intltest/Makefile \
|
||||
test/cintltst/Makefile \
|
||||
|
Loading…
Reference in New Issue
Block a user