[project @ 2000-04-20 15:22:54 by panne]
[ghc-hetmet.git] / mk / suffix.mk
index 79d6c7d..9e086ec 100644 (file)
@@ -142,6 +142,10 @@ endif
        @$(RM) $@
        $(FLEX) -t $(FLEX_OPTS) $< > $@ || ( $(RM) $@ && exit 1 )
 
+# stubs are automatically generated and compiled by GHC
+%_stub.$(way_)o: %.o
+       @:
+
 #-----------------------------------------------------------------------------
 # Yacc stuff