aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2012-07-27 02:27:36 -0500
committerpmichaud <pmichaud@pobox.com>2012-07-27 02:27:36 -0500
commit68b7211b50f7063602bc36653ee2180f7c4474ba (patch)
tree9456dd42e70dd1bb8fcbad0cd497297e43ee7fcf
parent80c00b591396494123c5e1823966ccc0768f8ca1 (diff)
I meant to ignore an error result, not suppress the command display. Now fixed.
-rw-r--r--skel/tools/build/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/skel/tools/build/Makefile.in b/skel/tools/build/Makefile.in
index 2258128..38bcd14 100644
--- a/skel/tools/build/Makefile.in
+++ b/skel/tools/build/Makefile.in
@@ -154,7 +154,7 @@ perlcritic:
perlcritic -1 --profile tools/util/perlcritic.conf $(CRITIC_FILES)
msi:
- @$(CP) c:/strawberry/c/bin/libgcc_s_sjlj-1.dll $(PARROT_BIN_DIR)
+ -$(CP) c:/strawberry/c/bin/libgcc_s_sjlj-1.dll $(PARROT_BIN_DIR)
cmd /c heat dir $(PREFIX_DIR) -gg -sfrag -template product -cg RakudoStar -out $(STAR).wxs
$(PERL) -ibak tools/build/wxs-patch.pl $(STAR).wxs
cmd /c candle $(STAR).wxs