diff options
| author | Peter Eisentraut | 2007-02-09 15:56:00 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2007-02-09 15:56:00 +0000 |
| commit | c138b966d42e69446b52a3e65a596f0401c41a33 (patch) | |
| tree | 1542dc3cf0db17ec247d9c9309bdbac419c63720 /src/pl/Makefile | |
| parent | d7fee591dbf26e4f0ca52b05cee4b34ea84b7cd6 (diff) | |
Replace useless uses of := by = in makefiles.
Diffstat (limited to 'src/pl/Makefile')
| -rw-r--r-- | src/pl/Makefile | 4 |
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 |
