aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-09-25 12:43:24 +0000
committerBruce Momjian <bruce@momjian.us>2000-09-25 12:43:24 +0000
commit516aac42f9eabfd227005797feceaf3dcadbf2f5 (patch)
tree40e50683ef8170d62c75b340366acfb26ba3deb1 /src
parenta8405cfc4d264eab82628a557431f6f18302f2a1 (diff)
downloadpostgresql-516aac42f9eabfd227005797feceaf3dcadbf2f5.tar.gz
postgresql-516aac42f9eabfd227005797feceaf3dcadbf2f5.zip
disable plperl again.
Diffstat (limited to 'src')
-rw-r--r--src/pl/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pl/Makefile b/src/pl/Makefile
index a5dd6a92a0f..dbe85b5b3b6 100644
--- a/src/pl/Makefile
+++ b/src/pl/Makefile
@@ -4,7 +4,7 @@
#
# Copyright (c) 1994, Regents of the University of California
#
-# $Header: /cvsroot/pgsql/src/pl/Makefile,v 1.13 2000/09/12 04:28:30 momjian Exp $
+# $Header: /cvsroot/pgsql/src/pl/Makefile,v 1.14 2000/09/25 12:43:24 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -18,9 +18,9 @@ ifeq ($(USE_TCL), true)
DIRS += tcl
endif
-ifeq ($(with_perl), yes)
-DIRS += plperl
-endif
+#ifeq ($(with_perl), yes)
+#DIRS += plperl
+#endif
all install installdirs uninstall depend distprep:
@for dir in $(DIRS); do $(MAKE) -C $$dir $@ || exit; done