We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8405cf commit 516aac4Copy full SHA for 516aac4
src/pl/Makefile
@@ -4,7 +4,7 @@
4
#
5
# Copyright (c) 1994, Regents of the University of California
6
7
-# $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 $
8
9
#-------------------------------------------------------------------------
10
@@ -18,9 +18,9 @@ ifeq ($(USE_TCL), true)
18
DIRS += tcl
19
endif
20
21
-ifeq ($(with_perl), yes)
22
-DIRS += plperl
23
-endif
+#ifeq ($(with_perl), yes)
+#DIRS += plperl
+#endif
24
25
all install installdirs uninstall depend distprep:
26
@for dir in $(DIRS); do $(MAKE) -C $$dir $@ || exit; done
0 commit comments