File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 7
7
#
8
8
#
9
9
# 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 $
11
11
#
12
12
# -------------------------------------------------------------------------
13
13
@@ -20,10 +20,11 @@ include $(SRCDIR)/Makefile.global
20
20
ifeq ($(USE_TCL ) , true)
21
21
$(MAKE) -C tcl $@
22
22
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
27
28
28
29
plperl/Makefile : plperl/Makefile.PL
29
30
cd plperl && $(PERL ) Makefile.PL POLLUTE=1
You can’t perform that action at this time.
0 commit comments