[project @ 1999-01-24 14:18:55 by sof]
[ghc-hetmet.git] / ghc / tests / numeric / should_run / Makefile
index 3163b43..559dbbe 100644 (file)
@@ -1,10 +1,17 @@
 #-----------------------------------------------------------------------------
-# $Id: Makefile,v 1.1 1998/01/07 18:13:11 simonm Exp $
+# $Id: Makefile,v 1.4 1999/01/24 14:19:43 sof Exp $
 
 TOP = ../..
 include $(TOP)/mk/boilerplate.mk
 include $(TOP)/mk/should_run.mk
 
 HC_OPTS += -dcore-lint
+arith010_HC_OPTS += -fglasgow-exts
+arith011_HC_OPTS += -fglasgow-exts
+arith012_HC_OPTS += -fglasgow-exts
+
+.PRECIOUS: %.bin %.o
+
+SRC_MKDEPENDHS_OPTS += -fglasgow-exts
 
 include $(TOP)/mk/target.mk