[project @ 1998-05-08 12:28:21 by simonm]
authorsimonm <unknown>
Fri, 8 May 1998 12:28:21 +0000 (12:28 +0000)
committersimonm <unknown>
Fri, 8 May 1998 12:28:21 +0000 (12:28 +0000)
fix to StripLibraries support.

mk/target.mk

index 463e0bc..0c2d631 100644 (file)
@@ -337,7 +337,7 @@ SRC_HC_POST_OPTS += \
   done
 else
 SRC_HC_POST_OPTS += \
-  ld -r -x -o $@.tmp; $(MV) $@.tmp $@
+  ld -r -x -o $@.tmp $@; $(MV) $@.tmp $@
 endif
 endif