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 2a9986f commit 2034a87Copy full SHA for 2034a87
src/port/Makefile
@@ -7,7 +7,7 @@
7
# with broken/missing library files.
8
9
# IDENTIFICATION
10
-# $Header: /cvsroot/pgsql/src/port/Makefile,v 1.7 2003/09/27 15:32:48 momjian Exp $
+# $Header: /cvsroot/pgsql/src/port/Makefile,v 1.8 2003/10/24 20:31:43 petere Exp $
11
#
12
#-------------------------------------------------------------------------
13
@@ -20,7 +20,7 @@ all: libpgport.a
20
endif
21
22
libpgport.a: $(LIBOBJS)
23
- $(AR) crs $@ $^
+ $(AR) $(AROPT) $@ $^
24
25
thread.o: thread.c
26
$(CC) $(CFLAGS) $(CPPFLAGS) $(THREAD_CPPFLAGS) -c $<
0 commit comments