Commit b09a3b8c authored by Bruce Momjian's avatar Bruce Momjian

disable plperl

parent 354a39bc
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # 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 ...@@ -20,10 +20,11 @@ include $(SRCDIR)/Makefile.global
ifeq ($(USE_TCL), true) ifeq ($(USE_TCL), true)
$(MAKE) -C tcl $@ $(MAKE) -C tcl $@
endif endif
ifeq ($(USE_PERL), true) # does't work bjm 2000-04-11
-$(MAKE) $(MFLAGS) plperl/Makefile #ifeq ($(USE_PERL), true)
-$(MAKE) $(MFLAGS) -C plperl $@ # -$(MAKE) $(MFLAGS) plperl/Makefile
endif # -$(MAKE) $(MFLAGS) -C plperl $@
#endif
plperl/Makefile: plperl/Makefile.PL plperl/Makefile: plperl/Makefile.PL
cd plperl && $(PERL) Makefile.PL POLLUTE=1 cd plperl && $(PERL) Makefile.PL POLLUTE=1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment