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 parent354a39b commitb09a3b8Copy full SHA for b09a3b8
src/pl/Makefile
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $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 $
11
12
#-------------------------------------------------------------------------
13
@@ -20,10 +20,11 @@ include $(SRCDIR)/Makefile.global
20
ifeq ($(USE_TCL), true)
21
$(MAKE) -C tcl $@
22
endif
23
-ifeq ($(USE_PERL), true)
24
--$(MAKE) $(MFLAGS) plperl/Makefile
25
--$(MAKE) $(MFLAGS) -C plperl $@
26
-endif
+# does't work bjm 2000-04-11
+#ifeq ($(USE_PERL), true)
+#-$(MAKE) $(MFLAGS) plperl/Makefile
+#-$(MAKE) $(MFLAGS) -C plperl $@
27
+#endif
28
29
plperl/Makefile: plperl/Makefile.PL
30
cd plperl&&$(PERL) Makefile.PL POLLUTE=1