summaryrefslogtreecommitdiff
path: root/src/pl/Makefile
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-01-20 23:00:40 +0000
committerBruce Momjian <bruce@momjian.us>2000-01-20 23:00:40 +0000
commit481a7439fb65ed38d6f767994dd743d8858c8a02 (patch)
tree88f3a27771f0ba453282e1b815aded093044f04c /src/pl/Makefile
parent22e7c0650634037388f1858ae3c97a51f6b3f1ac (diff)
downloadpostgresql-481a7439fb65ed38d6f767994dd743d8858c8a02.tar.gz
plperl Makefile cleanup. Doesn't work on BSDI yet.
Diffstat (limited to 'src/pl/Makefile')
-rw-r--r--src/pl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pl/Makefile b/src/pl/Makefile
index 467623cf3d..6263843191 100644
--- a/src/pl/Makefile
+++ b/src/pl/Makefile
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/pl/Makefile,v 1.2 2000/01/20 22:31:22 momjian Exp $
+# $Header: /cvsroot/pgsql/src/pl/Makefile,v 1.3 2000/01/20 23:00:39 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -21,7 +21,7 @@ ifeq ($(USE_TCL), true)
$(MAKE) -C tcl $@
endif
ifeq ($(USE_PERL), true)
- if [ "$@" = "install" ]; then \
+ -@if [ "$@" = "install" ]; then \
$(MAKE) $(MFLAGS) install-plperl; \
else \
$(MAKE) $(MFLAGS) plperl/Makefile; \