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

Commit2034a87

Browse files
committed
Use AROPT, not hard-coded flags.
1 parent2a9986f commit2034a87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/port/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# with broken/missing library files.
88

99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/port/Makefile,v 1.7 2003/09/27 15:32:48 momjian Exp $
10+
# $Header: /cvsroot/pgsql/src/port/Makefile,v 1.8 2003/10/24 20:31:43 petere Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -20,7 +20,7 @@ all: libpgport.a
2020
endif
2121

2222
libpgport.a:$(LIBOBJS)
23-
$(AR)crs$@$^
23+
$(AR)$(AROPT)$@$^
2424

2525
thread.o: thread.c
2626
$(CC)$(CFLAGS)$(CPPFLAGS)$(THREAD_CPPFLAGS) -c$<

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp