We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edc71ec commit 8834b8dCopy full SHA for 8834b8d
GNUmakefile.in
@@ -1,7 +1,7 @@
1
#
2
# PostgreSQL top level makefile
3
4
-# $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 $
5
6
7
subdir =
@@ -71,7 +71,7 @@ $(distdir).tar: distdir
71
72
opt_files := src/backend/utils/mb contrib/retep/build.xml \
73
src/tools src/corba src/data src/tutorial \
74
- $(addprefix src/bin/, pgaccess pgtclsh pg_encoding) \
+ $(addprefix src/bin/, pgtclsh pg_encoding) \
75
$(addprefix src/interfaces/, libpgtcl python jdbc) \
76
$(addprefix src/pl/, plperl tcl)
77
0 commit comments