projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9499530
)
Oops, don't forget to get rid ofthe -Bforcearchive option altogether...
author
Marc G. Fournier
Tue, 27 Oct 1998 04:32:53 +0000
(
04:32
+0000)
committer
Marc G. Fournier
Tue, 27 Oct 1998 04:32:53 +0000
(
04:32
+0000)
src/makefiles/Makefile.freebsd
patch
|
blob
|
blame
|
history
diff --git
a/src/makefiles/Makefile.freebsd
b/src/makefiles/Makefile.freebsd
index 1c17504605c97470026a0c514fac0a74f7586ea7..12a463aa03c34936ff710d061684f7778b4886cb 100644
(file)
--- a/
src/makefiles/Makefile.freebsd
+++ b/
src/makefiles/Makefile.freebsd
@@
-5,5
+5,5
@@
@${AR} cq
[email protected]
`lorder $<.obj | tsort`
${RANLIB}
[email protected]
@rm -f $@
-
$(LD) -x -Bshareable -Bforcearchive \
-
-o $@
[email protected]
+
#
$(LD) -x -Bshareable -Bforcearchive \
+
$(LD) -x -Bshareable
-o $@
[email protected]