summaryrefslogtreecommitdiff
path: root/GNUmakefile.in
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-11-21 05:41:15 +0000
committerBruce Momjian <bruce@momjian.us>2001-11-21 05:41:15 +0000
commit61a2f6b24fe0f884845a34d8e4b09033e79d60ec (patch)
tree77db7c5bbfc17d170a78861243658a550f1a433c /GNUmakefile.in
parent16cb347eee5383765772d72b9a84fd51c06baf2f (diff)
downloadpostgresql-61a2f6b24fe0f884845a34d8e4b09033e79d60ec.tar.gz
Fix beta build, for Marc.
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 b351be4a7a..97e96608d4 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -1,7 +1,7 @@
#
# PostgreSQL top level makefile
#
-# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.19 2001/09/17 23:00:27 petere Exp $
+# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.20 2001/11/21 05:41:15 momjian Exp $
#
subdir =
@@ -65,7 +65,7 @@ dist:
$(distdir).tar: distdir
$(TAR) chf $@ $(distdir)
-opt_files := src/backend/utils/mb contrib/retep build.xml \
+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/interfaces/, odbc libpq++ libpgtcl perl5 python jdbc) \