diff options
| author | Tom Lane | 1998-10-18 02:34:34 +0000 |
|---|---|---|
| committer | Tom Lane | 1998-10-18 02:34:34 +0000 |
| commit | 164510289e7765d276734783898fb4b04c3f3461 (patch) | |
| tree | 26ac749c37477b69b85d3d695d9cba76fb6bae91 /src/GNUmakefile.in | |
| parent | f2ca34dfb3f2e20b9babe075a88b096f63f85709 (diff) | |
Still another round of Perl-module installation tweaks.
This time, src/interfaces/perl5/Makefile.PL no longer needs to be autoconf'd.
Diffstat (limited to 'src/GNUmakefile.in')
| -rw-r--r-- | src/GNUmakefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/GNUmakefile.in b/src/GNUmakefile.in index 906e4fbe216..60a5a06d89a 100644 --- a/src/GNUmakefile.in +++ b/src/GNUmakefile.in @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.39 1998/10/17 03:49:59 momjian Exp $ +# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.40 1998/10/18 02:33:54 tgl Exp $ # #------------------------------------------------------------------------- @@ -102,7 +102,6 @@ distclean: clean interfaces/libpgtcl/Makefile \ interfaces/odbc/GNUmakefile \ interfaces/odbc/Makefile.global \ - interfaces/perl5/Makefile.PL \ pl/plpgsql/src/Makefile \ pl/plpgsql/src/mklang.sql \ pl/tcl/mkMakefile.tcldefs.sh |
