summaryrefslogtreecommitdiff
path: root/GNUmakefile.in
diff options
context:
space:
mode:
authorPostgreSQL Daemon <webmaster@postgresql.org>2003-08-05 04:18:51 +0000
committerPostgreSQL Daemon <webmaster@postgresql.org>2003-08-05 04:18:51 +0000
commit56a84dc143422120276fe09fbfee9a05cf8eae05 (patch)
tree808d1eebd865c90bc8b60d2b6b898e1c0d0ff62e /GNUmakefile.in
parentbb31c715beba4a6b89b75597264b72cd2fb41670 (diff)
downloadpostgresql-56a84dc143422120276fe09fbfee9a05cf8eae05.tar.gz
remove src/data from target list
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 8a9431193f..7cc2526c96 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -1,7 +1,7 @@
#
# PostgreSQL top level makefile
#
-# $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 $
#
subdir =
@@ -70,7 +70,7 @@ $(distdir).tar: distdir
$(TAR) chf $@ $(distdir)
opt_files := \
- src/tools src/corba src/data src/tutorial \
+ src/tools src/corba src/tutorial \
src/bin/pgtclsh \
$(addprefix src/interfaces/, libpgtcl jdbc) \
$(addprefix src/pl/, plperl plpython tcl)