From c7b40e605810e4f78c124061a8f15570451ceed1 Mon Sep 17 00:00:00 2001 From: Marc G. Fournier Date: Fri, 4 Apr 1997 10:43:16 +0000 Subject: This commit represents a clean compile with the new templates under FreeBSD The Makefile(s) have all been cleaned up such that there is a single LDFLAGS vs LD_ADD or LDADD or LDFLAGS or LDFLAGS_BE. The Makefile(s) should be alot more straightforward then they were before...and consistent --- src/backend/libpq/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/libpq') diff --git a/src/backend/libpq/Makefile b/src/backend/libpq/Makefile index 84b2b9a3a38..84c2db63bb1 100644 --- a/src/backend/libpq/Makefile +++ b/src/backend/libpq/Makefile @@ -4,7 +4,7 @@ # Makefile for libpq subsystem (backend half of libpq interface) # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/backend/libpq/Makefile,v 1.6 1997/03/18 20:14:32 scrappy Exp $ +# $Header: /cvsroot/pgsql/src/backend/libpq/Makefile,v 1.7 1997/04/04 10:39:19 scrappy Exp $ # #------------------------------------------------------------------------- @@ -20,7 +20,7 @@ CFLAGS+=$(INCLUDE_OPT) # kerberos flags ifdef KRBVERS CFLAGS+= $(KRBFLAGS) -LDADD+= $(KRBLIBS) +LDFLAGS+= $(KRBLIBS) endif OBJS = be-dumpdata.o be-fsstubs.o be-pqexec.o pqcomprim.o\ -- cgit v1.2.3