Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b3e72e5

Browse files
committed
autoconf
1 parent f1ab71e commit b3e72e5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/GNUmakefile.in

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.26 1998/08/30 03:34:05 momjian Exp $
10+
# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.27 1998/09/11 17:08:21 momjian Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -87,6 +87,7 @@ distclean: clean
8787
backend/utils/Gen_fmgrtab.sh \
8888
interfaces/ecpg/lib/Makefile \
8989
interfaces/libpq/Makefile \
90+
interfaces/libpq++/Makefile \
9091
interfaces/libpgtcl/Makefile \
9192
Makefile.port
9293

src/configure

+2-2
Original file line numberDiff line numberDiff line change
@@ -6219,7 +6219,7 @@ done
62196219
62206220
ac_given_srcdir=$srcdir
62216221
6222-
trap 'rm -fr `echo "GNUmakefile Makefile.global backend/port/Makefile bin/pg_version/Makefile bin/psql/Makefile bin/pg_dump/Makefile backend/utils/Gen_fmgrtab.sh interfaces/libpq/Makefile interfaces/libpgtcl/Makefile interfaces/ecpg/lib/Makefile include/version.h include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
6222+
trap 'rm -fr `echo "GNUmakefile Makefile.global backend/port/Makefile bin/pg_version/Makefile bin/psql/Makefile bin/pg_dump/Makefile backend/utils/Gen_fmgrtab.sh interfaces/libpq/Makefile interfaces/libpq++/Makefile interfaces/libpgtcl/Makefile interfaces/ecpg/lib/Makefile include/version.h include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
62236223
EOF
62246224
cat >> $CONFIG_STATUS <<EOF
62256225
@@ -6355,7 +6355,7 @@ EOF
63556355

63566356
cat >> $CONFIG_STATUS <<EOF
63576357
6358-
CONFIG_FILES=\${CONFIG_FILES-"GNUmakefile Makefile.global backend/port/Makefile bin/pg_version/Makefile bin/psql/Makefile bin/pg_dump/Makefile backend/utils/Gen_fmgrtab.sh interfaces/libpq/Makefile interfaces/libpgtcl/Makefile interfaces/ecpg/lib/Makefile include/version.h"}
6358+
CONFIG_FILES=\${CONFIG_FILES-"GNUmakefile Makefile.global backend/port/Makefile bin/pg_version/Makefile bin/psql/Makefile bin/pg_dump/Makefile backend/utils/Gen_fmgrtab.sh interfaces/libpq/Makefile interfaces/libpq++/Makefile interfaces/libpgtcl/Makefile interfaces/ecpg/lib/Makefile include/version.h"}
63596359
EOF
63606360
cat >> $CONFIG_STATUS <<\EOF
63616361
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then

0 commit comments

Comments
 (0)