From c138b966d42e69446b52a3e65a596f0401c41a33 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 9 Feb 2007 15:56:00 +0000 Subject: Replace useless uses of := by = in makefiles. --- src/port/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/port') diff --git a/src/port/Makefile b/src/port/Makefile index 1742eb85986..5ab4dd0a780 100644 --- a/src/port/Makefile +++ b/src/port/Makefile @@ -15,7 +15,7 @@ # for use only by the backend binaries # # IDENTIFICATION -# $PostgreSQL: pgsql/src/port/Makefile,v 1.33 2006/07/14 16:45:43 tgl Exp $ +# $PostgreSQL: pgsql/src/port/Makefile,v 1.34 2007/02/09 15:56:00 petere Exp $ # #------------------------------------------------------------------------- @@ -27,7 +27,7 @@ override CPPFLAGS := -I$(top_builddir)/src/port -DFRONTEND $(CPPFLAGS) LIBS += $(PTHREAD_LIBS) # Replace all object files so they use FRONTEND define -LIBOBJS_SRV := $(LIBOBJS:%.o=%_srv.o) +LIBOBJS_SRV = $(LIBOBJS:%.o=%_srv.o) all: libpgport.a libpgport_srv.a -- cgit v1.2.3