Oops, don't forget to get rid ofthe -Bforcearchive option altogether...
authorMarc G. Fournier
Tue, 27 Oct 1998 04:32:53 +0000 (04:32 +0000)
committerMarc G. Fournier
Tue, 27 Oct 1998 04:32:53 +0000 (04:32 +0000)
src/makefiles/Makefile.freebsd

index 1c17504605c97470026a0c514fac0a74f7586ea7..12a463aa03c34936ff710d061684f7778b4886cb 100644 (file)
@@ -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]