aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-04-11 17:42:28 +0000
committerBruce Momjian <bruce@momjian.us>2000-04-11 17:42:28 +0000
commitb09a3b8cab8880c3ee96e5289704a0bce4005f76 (patch)
treee7761247df5cc131529b83b263278e0986b81d3a
parent354a39bc44cb030efb54d974eff49d6664c446dc (diff)
downloadpostgresql-b09a3b8cab8880c3ee96e5289704a0bce4005f76.tar.gz
postgresql-b09a3b8cab8880c3ee96e5289704a0bce4005f76.zip
disable plperl
-rw-r--r--src/pl/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/pl/Makefile b/src/pl/Makefile
index d20104e23b3..1ddf4c4967f 100644
--- a/src/pl/Makefile
+++ b/src/pl/Makefile
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/pl/Makefile,v 1.6 2000/03/27 22:39:13 momjian Exp $
+# $Header: /cvsroot/pgsql/src/pl/Makefile,v 1.7 2000/04/11 17:42:28 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -20,10 +20,11 @@ include $(SRCDIR)/Makefile.global
ifeq ($(USE_TCL), true)
$(MAKE) -C tcl $@
endif
-ifeq ($(USE_PERL), true)
- -$(MAKE) $(MFLAGS) plperl/Makefile
- -$(MAKE) $(MFLAGS) -C plperl $@
-endif
+# does't work bjm 2000-04-11
+#ifeq ($(USE_PERL), true)
+# -$(MAKE) $(MFLAGS) plperl/Makefile
+# -$(MAKE) $(MFLAGS) -C plperl $@
+#endif
plperl/Makefile: plperl/Makefile.PL
cd plperl && $(PERL) Makefile.PL POLLUTE=1