1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-30 06:01:21 +03:00

Oops, don't forget to get rid ofthe -Bforcearchive option altogether...

This commit is contained in:
Marc G. Fournier
1998-10-27 04:32:53 +00:00
parent 949953060a
commit 208cb8b279

View File

@@ -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