summaryrefslogtreecommitdiff
path: root/GNUmakefile.in
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>2002-09-05 02:05:30 +0000
committerMarc G. Fournier <scrappy@hub.org>2002-09-05 02:05:30 +0000
commit8834b8dd9893a09dc0da8c13355a02a512b6c806 (patch)
treeb9ead9b842f421d6aa01573d294bbda9bb87106a /GNUmakefile.in
parentedc71eced0283dcc2ff6cbfeb83636791615ce0f (diff)
downloadpostgresql-8834b8dd9893a09dc0da8c13355a02a512b6c806.tar.gz
remove pgaccess from GNUmakefile.in if we want the beta to build :)
Diffstat (limited to 'GNUmakefile.in')
-rw-r--r--GNUmakefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile.in b/GNUmakefile.in
index f4c5897b2b..77b8691008 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -1,7 +1,7 @@
#
# PostgreSQL top level makefile
#
-# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.27 2002/08/30 13:06:12 scrappy Exp $
+# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.28 2002/09/05 02:05:30 scrappy Exp $
#
subdir =
@@ -71,7 +71,7 @@ $(distdir).tar: distdir
opt_files := src/backend/utils/mb contrib/retep/build.xml \
src/tools src/corba src/data src/tutorial \
- $(addprefix src/bin/, pgaccess pgtclsh pg_encoding) \
+ $(addprefix src/bin/, pgtclsh pg_encoding) \
$(addprefix src/interfaces/, libpgtcl python jdbc) \
$(addprefix src/pl/, plperl tcl)