We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parenta8405cf commit516aac4Copy 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
allinstallinstalldirsuninstalldependdistprep:
26
@for dirin$(DIRS);do$(MAKE) -C$$dir$@||exit;done