[project @ 2002-03-14 17:10:14 by simonmar]
authorsimonmar <unknown>
Thu, 14 Mar 2002 17:10:14 +0000 (17:10 +0000)
committersimonmar <unknown>
Thu, 14 Mar 2002 17:10:14 +0000 (17:10 +0000)
No need to compile Printf.lhs with -fvia-c now.

glafp-utils/nofib-analyse/Makefile

index 5bdc6f8..94c8dcc 100644 (file)
@@ -1,5 +1,5 @@
 # -----------------------------------------------------------------------------
-# $Id: Makefile,v 1.4 2002/02/28 18:50:42 keithw Exp $
+# $Id: Makefile,v 1.5 2002/03/14 17:10:14 simonmar Exp $
 # (c) Simon Marlow 1999-2000
 
 TOP=..
@@ -8,6 +8,4 @@ include $(TOP)/mk/boilerplate.mk
 SRC_HC_OPTS    += -fglasgow-exts -package util -package data -package text -cpp
 HS_PROG                = nofib-analyse
 
-Printf_HC_OPTS += -fvia-c
-
 include $(TOP)/mk/target.mk