From: Ian Lynagh Date: Mon, 25 Jun 2007 17:49:52 +0000 (+0000) Subject: Define SUBDIRS in Makefile (needed for clean; fixes trac #1440) X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=675f083f19d5395eb66c16d0ca02eb40467e6460 Define SUBDIRS in Makefile (needed for clean; fixes trac #1440) --- diff --git a/Makefile b/Makefile index 2c77d33..b8c1089 100644 --- a/Makefile +++ b/Makefile @@ -64,6 +64,9 @@ else SUBDIRS_BUILD = includes compat utils driver docs compiler rts endif +# Needed for, e.g., clean +SUBDIRS = $(SUBDIRS_BUILD) + SUBDIRS_INSTALL = includes compat utils driver docs rts libraries compiler # Sanity check that all the core libraries are in the tree, to catch