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

Commit60e6d6f

Browse files
committed
Added lines and comments.
1 parent755b1f6 commit60e6d6f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎src/Makefile.global

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.92 1997/01/14 16:06:03 momjian Exp $
10+
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.93 1997/01/14 16:10:54 momjian Exp $
1111
#
1212
# NOTES
1313
# Essentially all Postgres make files include this file and use the
@@ -701,12 +701,16 @@ DLSUFFIX= .o
701701
endif
702702

703703

704+
#---------------------------------------------------------------------------
704705
ifeq ($(PORTNAME), nextstep)
705706
LDADD_BE+= -lipc
706707
AROPT= rc
707708
DLSUFFIX= .o
708709
endif
709710

711+
#---------------------------------------------------------------------------
712+
# All others need -lm
713+
710714
ifneq ($(PORTNAME), nextstep)
711715
LD_ADD+= -lm
712716
endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp