MFLAGS += -f Makefile
authorSimon Marlow <simonmar@microsoft.com>
Mon, 23 Jan 2006 09:48:37 +0000 (09:48 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Mon, 23 Jan 2006 09:48:37 +0000 (09:48 +0000)
merged from CVS, because Tailor isn't merging the libraries subdir

libraries/Makefile

index a27d92b..532df3c 100644 (file)
@@ -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"