keep .s files
authorMatthias Braun <matze@braunis.de>
Wed, 21 Feb 2007 07:52:20 +0000 (07:52 +0000)
committerMatthias Braun <matze@braunis.de>
Wed, 21 Feb 2007 07:52:20 +0000 (07:52 +0000)
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 $@