Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b09a3b8

Browse files
committed
disable plperl
1 parent 354a39b commit b09a3b8

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/pl/Makefile

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/pl/Makefile,v 1.6 2000/03/27 22:39:13 momjian Exp $
10+
# $Header: /cvsroot/pgsql/src/pl/Makefile,v 1.7 2000/04/11 17:42:28 momjian Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -20,10 +20,11 @@ include $(SRCDIR)/Makefile.global
2020
ifeq ($(USE_TCL), true)
2121
$(MAKE) -C tcl $@
2222
endif
23-
ifeq ($(USE_PERL), true)
24-
-$(MAKE) $(MFLAGS) plperl/Makefile
25-
-$(MAKE) $(MFLAGS) -C plperl $@
26-
endif
23+
# does't work bjm 2000-04-11
24+
#ifeq ($(USE_PERL), true)
25+
# -$(MAKE) $(MFLAGS) plperl/Makefile
26+
# -$(MAKE) $(MFLAGS) -C plperl $@
27+
#endif
2728

2829
plperl/Makefile: plperl/Makefile.PL
2930
cd plperl && $(PERL) Makefile.PL POLLUTE=1

0 commit comments

Comments
 (0)