1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

We don't need config.status substituting anything into Gen_fmgrtab.sh, we

just pass in CPP and AWK via the environment from the Makefile.
This commit is contained in:
Peter Eisentraut
2000-07-01 21:16:44 +00:00
parent 9e8d591877
commit b150906b89
6 changed files with 21 additions and 37 deletions

2
configure vendored
View File

@ -8902,7 +8902,6 @@ trap 'rm -fr `echo "GNUmakefile
src/Makefile.global
src/backend/port/Makefile
src/backend/catalog/genbki.sh
src/backend/utils/Gen_fmgrtab.sh
src/include/version.h
src/test/regress/GNUmakefile
src/include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
@ -9073,7 +9072,6 @@ CONFIG_FILES=\${CONFIG_FILES-"GNUmakefile
src/Makefile.global
src/backend/port/Makefile
src/backend/catalog/genbki.sh
src/backend/utils/Gen_fmgrtab.sh
src/include/version.h
src/test/regress/GNUmakefile
"}