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

Commit 081cba4

Browse files
committed
Allow compile to finish even if plperl fails, which it does now.
1 parent a9f37f1 commit 081cba4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pl/Makefile

Lines changed: 3 additions & 3 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.5 2000/03/25 19:26:49 tgl Exp $
10+
# $Header: /cvsroot/pgsql/src/pl/Makefile,v 1.6 2000/03/27 22:39:13 momjian Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -21,8 +21,8 @@ ifeq ($(USE_TCL), true)
2121
$(MAKE) -C tcl $@
2222
endif
2323
ifeq ($(USE_PERL), true)
24-
$(MAKE) $(MFLAGS) plperl/Makefile
25-
$(MAKE) $(MFLAGS) -C plperl $@
24+
-$(MAKE) $(MFLAGS) plperl/Makefile
25+
-$(MAKE) $(MFLAGS) -C plperl $@
2626
endif
2727

2828
plperl/Makefile: plperl/Makefile.PL

0 commit comments

Comments
 (0)