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

Commit 8834b8d

Browse files
committed
remove pgaccess from GNUmakefile.in if we want the beta to build :)
1 parent edc71ec commit 8834b8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GNUmakefile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# PostgreSQL top level makefile
33
#
4-
# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.27 2002/08/30 13:06:12 scrappy Exp $
4+
# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.28 2002/09/05 02:05:30 scrappy Exp $
55
#
66

77
subdir =
@@ -71,7 +71,7 @@ $(distdir).tar: distdir
7171

7272
opt_files := src/backend/utils/mb contrib/retep/build.xml \
7373
src/tools src/corba src/data src/tutorial \
74-
$(addprefix src/bin/, pgaccess pgtclsh pg_encoding) \
74+
$(addprefix src/bin/, pgtclsh pg_encoding) \
7575
$(addprefix src/interfaces/, libpgtcl python jdbc) \
7676
$(addprefix src/pl/, plperl tcl)
7777

0 commit comments

Comments
 (0)