more test added
[libfirm] / ir / be / test / Makefile
index 45127d6..92323a4 100644 (file)
@@ -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 $@