From: Ian Lynagh Date: Wed, 18 Apr 2007 11:31:22 +0000 (+0000) Subject: Add distclean target for libraries/ (== clean target) X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=384dc99e5a541a9196df146026abcbeb7679c711 Add distclean target for libraries/ (== clean target) --- diff --git a/libraries/Makefile b/libraries/Makefile index 6734860..c405f4f 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -208,7 +208,9 @@ $(foreach SUBDIR,$(SUBDIRS),install.library.$(SUBDIR)): \ install.library.%: stamp/configure.library.install.% %/setup/Setup cd $* && ../ifBuildable/ifBuildable setup/Setup install -.PHONY: clean clean.library.% +.PHONY: distclean clean clean.library.% + +distclean: clean clean: $(foreach SUBDIR,$(SUBDIRS),clean.library.$(SUBDIR)) $(RM) -f stamp/$(BOOTSTRAPPING_CABAL)