We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9f37f1 commit 081cba4Copy full SHA for 081cba4
src/pl/Makefile
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $Header: /cvsroot/pgsql/src/pl/Makefile,v 1.5 2000/03/25 19:26:49 tgl Exp $
+# $Header: /cvsroot/pgsql/src/pl/Makefile,v 1.6 2000/03/27 22:39:13 momjian Exp $
11
12
#-------------------------------------------------------------------------
13
@@ -21,8 +21,8 @@ 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 $@
+ -$(MAKE) $(MFLAGS) plperl/Makefile
+ -$(MAKE) $(MFLAGS) -C plperl $@
26
27
28
plperl/Makefile: plperl/Makefile.PL
0 commit comments