Skip to content
Snippets Groups Projects
Commit f9b2298b authored by Tom Lane's avatar Tom Lane
Browse files

Wups, messed up the comment markers on that last change.

parent 7300a28a
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# #
# Copyright (c) 1994, Regents of the University of California # 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) ...@@ -18,9 +18,9 @@ ifeq ($(with_tcl), yes)
DIRS += tcl DIRS += tcl
endif endif
#ifeq ($(with_perl), yes) ifeq ($(with_perl), yes)
DIRS += plperl DIRS += plperl
#endif endif
all install installdirs uninstall depend distprep: all install installdirs uninstall depend distprep:
@for dir in $(DIRS); do $(MAKE) -C $$dir $@ || exit; done @for dir in $(DIRS); do $(MAKE) -C $$dir $@ || exit; done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment