From: Simon Marlow Date: Mon, 23 Jan 2006 09:48:37 +0000 (+0000) Subject: MFLAGS += -f Makefile X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=c1ae3106dfcefbe55a9355c28bd0465564fa0162 MFLAGS += -f Makefile merged from CVS, because Tailor isn't merging the libraries subdir --- diff --git a/libraries/Makefile b/libraries/Makefile index a27d92b..532df3c 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -5,6 +5,10 @@ include $(TOP)/mk/boilerplate.mk # ----------------------------------------------------------------------------- +# The Cabal package has a GNUmakefile for standalone building, but we +# want the Makefile. +MFLAGS += -f Makefile + SUBDIRS = base haskell98 template-haskell ifeq "$(GhcLibsWithUnix)" "YES"