1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00
src/GNUmakefile.in to src/Makefile
and
  src/backend/port/Makefile.in to src/backend/port/Makefile

All configure substitutions are now done in Makefile.global.
This commit is contained in:
Peter Eisentraut
2002-03-13 00:05:06 +00:00
parent cf6a73dedc
commit f362dcec61
7 changed files with 68 additions and 106 deletions

4
configure vendored
View File

@ -9102,9 +9102,7 @@ ac_given_srcdir=$srcdir
trap 'rm -fr `echo "
GNUmakefile
src/GNUmakefile
src/Makefile.global
src/backend/port/Makefile
src/include/pg_config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
EOF
cat >> $CONFIG_STATUS <<EOF
@ -9274,9 +9272,7 @@ EOF
cat >> $CONFIG_STATUS <<EOF
CONFIG_FILES=\${CONFIG_FILES-"GNUmakefile
src/GNUmakefile
src/Makefile.global
src/backend/port/Makefile
"}
EOF
cat >> $CONFIG_STATUS <<\EOF