8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfe0475 commit fcd6595Copy full SHA for fcd6595
src/backend/Makefile
@@ -34,7 +34,7 @@
34
#
35
36
# IDENTIFICATION
37
-# $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 $
38
39
#-------------------------------------------------------------------------
40
@@ -60,7 +60,7 @@ endif
60
all: postgres $(EXP) global1.bki.source local1_template1.bki.source
61
62
postgres: $(OBJS) ../utils/version.o
63
- gcc -o postgres $(LDFLAGS) $(OBJS) ../utils/version.o $(LDADD) -lm -ldl
+ gcc -o postgres $(LDFLAGS) $(OBJS) ../utils/version.o $(LD_ADD)
64
65
$(OBJS): $(DIRS:%=%.dir)
66
0 commit comments