summaryrefslogtreecommitdiff
path: root/src/pl/Makefile
diff options
context:
space:
mode:
authorPeter Eisentraut2007-02-09 15:56:00 +0000
committerPeter Eisentraut2007-02-09 15:56:00 +0000
commitc138b966d42e69446b52a3e65a596f0401c41a33 (patch)
tree1542dc3cf0db17ec247d9c9309bdbac419c63720 /src/pl/Makefile
parentd7fee591dbf26e4f0ca52b05cee4b34ea84b7cd6 (diff)
Replace useless uses of := by = in makefiles.
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 573b494557..1b4ef86a59 100644
--- a/src/pl/Makefile
+++ b/src/pl/Makefile
@@ -4,7 +4,7 @@
#
# Copyright (c) 1994, Regents of the University of California
#
-# $PostgreSQL: pgsql/src/pl/Makefile,v 1.24 2007/01/20 17:16:17 petere Exp $
+# $PostgreSQL: pgsql/src/pl/Makefile,v 1.25 2007/02/09 15:55:59 petere Exp $
#
#-------------------------------------------------------------------------
@@ -12,7 +12,7 @@ subdir = src/pl
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
-DIRS := plpgsql
+DIRS = plpgsql
ifeq ($(with_perl), yes)
DIRS += plperl