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 7300a28 commit f9b2298Copy full SHA for f9b2298
src/pl/Makefile
@@ -4,7 +4,7 @@
4
#
5
# Copyright (c) 1994, Regents of the University of California
6
7
-# $Header: /cvsroot/pgsql/src/pl/Makefile,v 1.16 2000/10/24 17:03:46 tgl Exp $
+# $Header: /cvsroot/pgsql/src/pl/Makefile,v 1.17 2000/10/24 19:31:13 tgl Exp $
8
9
#-------------------------------------------------------------------------
10
@@ -18,9 +18,9 @@ ifeq ($(with_tcl), yes)
18
DIRS += tcl
19
endif
20
21
-#ifeq ($(with_perl), yes)
+ifeq ($(with_perl), yes)
22
DIRS += plperl
23
-#endif
+endif
24
25
all install installdirs uninstall depend distprep:
26
@for dir in $(DIRS); do $(MAKE) -C $$dir $@ || exit; done
0 commit comments