X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=2902bbfa8a48d267617d42ea52e46348ad1a5ba6;hb=ead3abe7fbf33f019549a05ad9dd3cd22ef3adab;hp=2c77d336189b67a176844dae725a496065ed3db9;hpb=8044722d344bd005e133af973d535a682209b9c9;p=ghc-hetmet.git diff --git a/Makefile b/Makefile index 2c77d33..2902bbf 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ else SUBDIRS_BUILD = includes compat utils driver docs compiler rts endif -SUBDIRS_INSTALL = includes compat utils driver docs rts libraries compiler +SUBDIRS = includes compat utils driver docs rts libraries compiler # Sanity check that all the core libraries are in the tree, to catch # failure to run darcs-all. @@ -137,7 +137,7 @@ endif install :: check-packages $(INSTALL_DIR) $(bindir) @case '${MFLAGS}' in *-[ik]*) x_on_err=0;; *-r*[ik]*) x_on_err=0;; *) x_on_err=1;; esac; \ - for i in $(SUBDIRS_INSTALL); do \ + for i in $(SUBDIRS); do \ echo "------------------------------------------------------------------------"; \ echo "== $(MAKE) $@ $(MFLAGS);"; \ echo " in $(shell pwd)/$$i"; \ @@ -179,7 +179,7 @@ endif install-docs :: @case '${MFLAGS}' in *-[ik]*) x_on_err=0;; *-r*[ik]*) x_on_err=0;; *) x_on_err=1;; esac; \ - for i in $(SUBDIRS_INSTALL); do \ + for i in $(SUBDIRS); do \ echo "------------------------------------------------------------------------"; \ echo "== $(MAKE) $@ $(MFLAGS);"; \ echo " in $(shell pwd)/$$i"; \ @@ -432,7 +432,7 @@ SRC_DIST_DIR=$(shell pwd)/$(SRC_DIST_NAME) # # Files to include in source distributions # -SRC_DIST_DIRS += mk docs distrib $(filter-out docs distrib,$(SUBDIRS_INSTALL)) +SRC_DIST_DIRS += mk docs distrib $(filter-out docs distrib,$(SUBDIRS)) SRC_DIST_FILES += \ configure.ac config.guess config.sub configure \ aclocal.m4 README ANNOUNCE HACKING LICENSE Makefile install-sh \