From: Matthias Braun Date: Wed, 21 Feb 2007 07:52:20 +0000 (+0000) Subject: keep .s files X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=13222f4a04a6382dfd5708f82cd2b89bf43b8017;p=libfirm keep .s files --- diff --git a/ir/be/test/Makefile b/ir/be/test/Makefile index 45127d65a..92323a49e 100644 --- a/ir/be/test/Makefile +++ b/ir/be/test/Makefile @@ -57,7 +57,9 @@ icc/%.s: %.c @test -z icc || mkdir -p icc $(ICC) $(ICC_CFLAGS) -S $*.c -o $@ -icc/%.exe: %.c icc/%.s +.PRECIOUS: icc/%.s + +icc/%.exe: icc/%.s @test -z icc || mkdir -p icc $(ICC) $(ICC_CFLAGS) $*.c -o $@