]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Wups, messed up the comment markers on that last change.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 24 Oct 2000 19:31:13 +0000 (19:31 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 24 Oct 2000 19:31:13 +0000 (19:31 +0000)
src/pl/Makefile

index 5c96fd8a443e2722e7161ae6fb97d0850d172699..33bd501bca2f886138601dd12ce9929b5aa08fb0 100644 (file)
@@ -4,7 +4,7 @@
 #
 # Copyright (c) 1994, Regents of the University of California
 #
-# $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 $
 #
 #-------------------------------------------------------------------------
 
@@ -18,9 +18,9 @@ ifeq ($(with_tcl), yes)
 DIRS += tcl
 endif
 
-#ifeq ($(with_perl), yes)
+ifeq ($(with_perl), yes)
 DIRS += plperl
-#endif
+endif
 
 all install installdirs uninstall depend distprep:
        @for dir in $(DIRS); do $(MAKE) -C $$dir $@ || exit; done