From c1ae3106dfcefbe55a9355c28bd0465564fa0162 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Mon, 23 Jan 2006 09:48:37 +0000 Subject: [PATCH] MFLAGS += -f Makefile merged from CVS, because Tailor isn't merging the libraries subdir --- libraries/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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" -- 1.7.10.4