Skip to content
Snippets Groups Projects
Commit cd5867a1 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1998-05-08 12:28:21 by simonm]

fix to StripLibraries support.
parent 52048c44
No related branches found
No related tags found
No related merge requests found
...@@ -337,7 +337,7 @@ SRC_HC_POST_OPTS += \ ...@@ -337,7 +337,7 @@ SRC_HC_POST_OPTS += \
done done
else else
SRC_HC_POST_OPTS += \ SRC_HC_POST_OPTS += \
ld -r -x -o $@.tmp; $(MV) $@.tmp $@ ld -r -x -o $@.tmp $@; $(MV) $@.tmp $@
endif endif
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment