summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-03-22 15:39:36 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-03-22 15:39:36 -0400
commit25605d18fd0a9404dba92e0c7d9f438fbd70fcd4 (patch)
tree6725e554ca364ab2175d01b69c0ecf366601a788 /Makefile
parentc94261020f29887b46fffc5652f700a00fefb1a2 (diff)
generalize
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c60e19b31..08e2f59fb 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ SysConfig.hs: configure.hs TestConfig.hs
$(GHCMAKE) configure
./configure
-Touch.hs: Touch.hsc
+%.hs: %.hsc
hsc2hs $<
perl -i -pe 's/^{-# INCLUDE.*//' $@