We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb31c71 commit 56a84dcCopy full SHA for 56a84dc
GNUmakefile.in
@@ -1,7 +1,7 @@
1
#
2
# PostgreSQL top level makefile
3
4
-# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.31 2003/08/01 04:28:13 scrappy Exp $
+# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.32 2003/08/05 04:18:51 pgsql Exp $
5
6
7
subdir =
@@ -70,7 +70,7 @@ $(distdir).tar: distdir
70
$(TAR) chf $@ $(distdir)
71
72
opt_files := \
73
- src/tools src/corba src/data src/tutorial \
+ src/tools src/corba src/tutorial \
74
src/bin/pgtclsh \
75
$(addprefix src/interfaces/, libpgtcl jdbc) \
76
$(addprefix src/pl/, plperl plpython tcl)
0 commit comments