X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=Makefile;h=b8c108946986ac88c543b94b443b1e3e8fa61193;hp=2c77d336189b67a176844dae725a496065ed3db9;hb=d7230e532eb485db85d4e446d7fba4192507b3ba;hpb=8044722d344bd005e133af973d535a682209b9c9 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