Commit fcd65952 authored by Marc G. Fournier's avatar Marc G. Fournier

Use $(LD_ADD) from Makefile.global instead of $(LDADD), which doesn't exist...

Pointed out indirectly by D'Arcy
parent dfe04753
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
# #
# #
# IDENTIFICATION # 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 ...@@ -60,7 +60,7 @@ endif
all: postgres $(EXP) global1.bki.source local1_template1.bki.source all: postgres $(EXP) global1.bki.source local1_template1.bki.source
postgres: $(OBJS) ../utils/version.o 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) $(OBJS): $(DIRS:%=%.dir)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment