projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a9986f
)
Use AROPT, not hard-coded flags.
author
Peter Eisentraut
<peter_e@gmx.net>
Fri, 24 Oct 2003 20:31:43 +0000
(20:31 +0000)
committer
Peter Eisentraut
<peter_e@gmx.net>
Fri, 24 Oct 2003 20:31:43 +0000
(20:31 +0000)
src/port/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/port/Makefile
b/src/port/Makefile
index 5d06432e2d2a51017320059e116db675cb475628..030c47526ad3d71e5af4bf490992e55b80893316 100644
(file)
--- a/
src/port/Makefile
+++ b/
src/port/Makefile
@@
-7,7
+7,7
@@
# with broken/missing library files.
# IDENTIFICATION
-# $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 $
#
#-------------------------------------------------------------------------
@@
-20,7
+20,7
@@
all: libpgport.a
endif
libpgport.a: $(LIBOBJS)
- $(AR)
crs
$@ $^
+ $(AR)
$(AROPT)
$@ $^
thread.o: thread.c
$(CC) $(CFLAGS) $(CPPFLAGS) $(THREAD_CPPFLAGS) -c $<