From: Marc G. Fournier Date: Tue, 27 Oct 1998 04:32:53 +0000 (+0000) Subject: Oops, don't forget to get rid ofthe -Bforcearchive option altogether... X-Git-Tag: REL6_4_2~130 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=208cb8b27947eb19acecbe5817acd32e0d890ed5;p=postgresql Oops, don't forget to get rid ofthe -Bforcearchive option altogether... --- diff --git a/src/makefiles/Makefile.freebsd b/src/makefiles/Makefile.freebsd index 1c17504605..12a463aa03 100644 --- a/src/makefiles/Makefile.freebsd +++ b/src/makefiles/Makefile.freebsd @@ -5,5 +5,5 @@ @${AR} cq $@.pic `lorder $<.obj | tsort` ${RANLIB} $@.pic @rm -f $@ - $(LD) -x -Bshareable -Bforcearchive \ - -o $@ $@.pic +# $(LD) -x -Bshareable -Bforcearchive \ + $(LD) -x -Bshareable -o $@ $@.pic