[project @ 2000-12-22 12:21:35 by simonmar]
[ghc-hetmet.git] / mk / suffix.mk
index 3f85bd2..e3f1b4a 100644 (file)
@@ -99,6 +99,9 @@ endif
 %.hs : %.ly
        $(HAPPY) $(HAPPY_OPTS) $<
 
+%.hs : %.y
+       $(HAPPY) $(HAPPY_OPTS) $<
+
 #-----------------------------------------------------------------------------
 # Lx Suffix Rules
 #