Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2034a87

Browse files
committed
Use AROPT, not hard-coded flags.
1 parent 2a9986f commit 2034a87

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)