Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfcd6595

Browse files
committed
Use $(LD_ADD) from Makefile.global instead of $(LDADD), which doesn't exist...
Pointed out indirectly by D'Arcy
1 parentdfe0475 commitfcd6595

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#
3535
#
3636
# IDENTIFICATION
37-
# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.20 1997/03/12 20:44:57 scrappy Exp $
37+
# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.21 1997/03/25 08:14:25 scrappy Exp $
3838
#
3939
#-------------------------------------------------------------------------
4040

@@ -60,7 +60,7 @@ endif
6060
all: postgres$(EXP) global1.bki.source local1_template1.bki.source
6161

6262
postgres:$(OBJS) ../utils/version.o
63-
gcc -o postgres$(LDFLAGS)$(OBJS) ../utils/version.o$(LDADD) -lm -ldl
63+
gcc -o postgres$(LDFLAGS)$(OBJS) ../utils/version.o$(LD_ADD)
6464

6565
$(OBJS):$(DIRS:%=%.dir)
6666

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp