Fixed broken mac commit

This commit is contained in:
Eric Scharff 2007-10-25 09:03:24 -06:00
parent 5131cac38a
commit b91307224d

View File

@ -284,7 +284,7 @@ endif
$(executable): $(archive)
@echo "linking $(@)"
$(cc) $(begin-merge-archive) -Wl,-all_load $(^) $(end-merge-archive) \
$(cc) $(begin-merge-archive) $(^) $(end-merge-archive) \
$(lflags) $(rdynamic) -o $(@)
@$(strip) --strip-all $(@)
@$(show-size) $(@)