diff options
| author | Marc G. Fournier <scrappy@hub.org> | 2002-08-30 13:06:22 +0000 |
|---|---|---|
| committer | Marc G. Fournier <scrappy@hub.org> | 2002-08-30 13:06:22 +0000 |
| commit | 9a0b4d7f847469544798133391e221481548e1b9 (patch) | |
| tree | 390a162f094edf18626dae5a007e44ea28fc9268 /GNUmakefile.in | |
| parent | c411f51dfbb92848c22188e5d6df968034adb98d (diff) | |
| download | postgresql-9a0b4d7f847469544798133391e221481548e1b9.tar.gz | |
perl5 interface moved to gborg
Diffstat (limited to 'GNUmakefile.in')
| -rw-r--r-- | GNUmakefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile.in b/GNUmakefile.in index 71219e261e..f4c5897b2b 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,7 +1,7 @@ # # PostgreSQL top level makefile # -# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.26 2002/08/22 22:43:08 scrappy Exp $ +# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.27 2002/08/30 13:06:12 scrappy Exp $ # subdir = @@ -72,7 +72,7 @@ $(distdir).tar: distdir 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/, libpgtcl perl5 python jdbc) \ + $(addprefix src/interfaces/, libpgtcl python jdbc) \ $(addprefix src/pl/, plperl tcl) docs_files := doc/postgres.tar.gz doc/src doc/TODO.detail |
