]> granicus.if.org Git - postgresql/commitdiff
Use $(LD_ADD) from Makefile.global instead of $(LDADD), which doesn't exist...
authorMarc G. Fournier <scrappy@hub.org>
Tue, 25 Mar 1997 08:14:25 +0000 (08:14 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Tue, 25 Mar 1997 08:14:25 +0000 (08:14 +0000)
Pointed out indirectly by D'Arcy

src/backend/Makefile

index 3a4d23d6335713cae4f2a0f1fe4d0f2c2289af2d..8f4a261941e95d8637bf3c502ea95e14f6d7b9b2 100644 (file)
@@ -34,7 +34,7 @@
 #
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.20 1997/03/12 20:44:57 scrappy Exp $
+#    $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.21 1997/03/25 08:14:25 scrappy Exp $
 #
 #-------------------------------------------------------------------------
 
@@ -60,7 +60,7 @@ endif
 all: postgres $(EXP) global1.bki.source local1_template1.bki.source
 
 postgres: $(OBJS) ../utils/version.o
-       gcc -o postgres $(LDFLAGS) $(OBJS) ../utils/version.o $(LDADD) -lm -ldl
+       gcc -o postgres $(LDFLAGS) $(OBJS) ../utils/version.o $(LD_ADD) 
 
 $(OBJS): $(DIRS:%=%.dir)