ICU-3960 Fix out of source builds.

X-SVN-Rev: 16108
This commit is contained in:
George Rhoten 2004-08-04 23:27:14 +00:00
parent 53c1929107
commit c34f70c3b8
2 changed files with 6 additions and 3 deletions

View File

@ -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 \

View File

@ -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 \