aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2000-10-24 19:31:13 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2000-10-24 19:31:13 +0000
commitf9b2298bb3e93bd73d92decb94c16414737b67be (patch)
treee38e55181d7b7d5afadde59f3517a239bfabb9bf /src
parent7300a28a676134c6474d4875e731971637dd39d9 (diff)
downloadpostgresql-f9b2298bb3e93bd73d92decb94c16414737b67be.tar.gz
postgresql-f9b2298bb3e93bd73d92decb94c16414737b67be.zip
Wups, messed up the comment markers on that last change.
Diffstat (limited to 'src')
-rw-r--r--src/pl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pl/Makefile b/src/pl/Makefile
index 5c96fd8a443..33bd501bca2 100644
--- a/src/pl/Makefile
+++ b/src/pl/Makefile
@@ -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