remove "touch %_hsc.c" - what was it for?
authorSimon Marlow <marlowsd@gmail.com>
Mon, 21 Sep 2009 15:57:20 +0000 (15:57 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Mon, 21 Sep 2009 15:57:20 +0000 (15:57 +0000)
rules/hs-suffix-rules-srcdir.mk

index a08fac7..1829057 100644 (file)
@@ -33,7 +33,6 @@ $1/$2/build/%.hs : $1/$4/%.x $$(MKDIRHIER)
 $1/$2/build/%_hsc.c $1/$2/build/%_hsc.h $1/$2/build/%.hs : $1/$4/%.hsc $$(HSC2HS_INPLACE)
        "$$(MKDIRHIER)" $$(dir $$@)
        "$$(HSC2HS_INPLACE)" $$($1_$2_$3_ALL_HSC2HS_OPTS) $$< -o $$@
-       touch $$(patsubst %.hsc,%_hsc.c,$$<)
 
 # Compiling Haskell source