X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=Makefile;h=b8c108946986ac88c543b94b443b1e3e8fa61193;hp=ec0c901bfe412c7441b192418ba534e4b70bbe06;hb=7c085edd732bd1fd52e758017da9eac583bfba1a;hpb=2506fbadd58a464e4c6d63375b909d853b99b087 diff --git a/Makefile b/Makefile index ec0c901..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 @@ -371,7 +374,7 @@ PUBLISH_FILES = $(BIN_DIST_TARBALL) # Upload the distribution and documentation ifneq "$(ISCC)" "" WINDOWS_INSTALLER_BASE = ghc-$(ProjectVersion)-$(TARGETPLATFORM) -WINDOWS_INSTALLER = $(WINDOWS_INSTALLER)$(exeext) +WINDOWS_INSTALLER = $(WINDOWS_INSTALLER_BASE)$(exeext) PUBLISH_FILES += $(WINDOWS_INSTALLER)