From: simonm Date: Fri, 8 May 1998 12:28:21 +0000 (+0000) Subject: [project @ 1998-05-08 12:28:21 by simonm] X-Git-Tag: Approx_2487_patches~717 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=cd5867a197cd37df3aec1af184710fc55eb4d28d;p=ghc-hetmet.git [project @ 1998-05-08 12:28:21 by simonm] fix to StripLibraries support. --- diff --git a/mk/target.mk b/mk/target.mk index 463e0bc..0c2d631 100644 --- a/mk/target.mk +++ b/mk/target.mk @@ -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