OSDN Git Service

remove pgaccess from GNUmakefile.in if we want the beta to build :)
authorMarc G. Fournier <scrappy@hub.org>
Thu, 5 Sep 2002 02:05:30 +0000 (02:05 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Thu, 5 Sep 2002 02:05:30 +0000 (02:05 +0000)
GNUmakefile.in

index f4c5897..77b8691 100644 (file)
@@ -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)