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) $(executable): $(archive)
@echo "linking $(@)" @echo "linking $(@)"
$(cc) $(begin-merge-archive) -Wl,-all_load $(^) $(end-merge-archive) \ $(cc) $(begin-merge-archive) $(^) $(end-merge-archive) \
$(lflags) $(rdynamic) -o $(@) $(lflags) $(rdynamic) -o $(@)
@$(strip) --strip-all $(@) @$(strip) --strip-all $(@)
@$(show-size) $(@) @$(show-size) $(@)