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 a47158a commit cf1bfb3Copy full SHA for cf1bfb3
src/interfaces/Makefile
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.2 1997/09/16 18:47:16 momjian Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.3 1997/10/30 04:38:30 momjian Exp $
11
12
#-------------------------------------------------------------------------
13
@@ -25,4 +25,7 @@ ifeq ($(USE_TCL), true)
25
$(MAKE) -C libpgtcl $@
26
endif
27
28
-# $(MAKE) -C perl5 $@
+ifeq ($(USE_PERL), true)
29
+ cd perl5 && perl Makefile.PL
30
+ $(MAKE) -C perl5 $@
31
+endif
0 commit comments