diff options
Diffstat (limited to 'src/port')
| -rw-r--r-- | src/port/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
