From: Bruce Momjian Date: Wed, 21 Nov 2001 05:41:15 +0000 (+0000) Subject: Fix beta build, for Marc. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=cfeb742f53e73da7d79e1173b205d9531eb40a87;p=users%2Fbernd%2Fpostgres.git Fix beta build, for Marc. --- diff --git a/GNUmakefile.in b/GNUmakefile.in index 59af923ddf..19e5168259 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -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) \