From: simonmar Date: Wed, 6 Apr 2005 21:51:17 +0000 (+0000) Subject: [project @ 2005-04-06 21:51:17 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~788 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=ba69efdd1d74ce728e790ea8bb682a5b41aa51fb [project @ 2005-04-06 21:51:17 by simonmar] way fix --- diff --git a/mk/target.mk b/mk/target.mk index cc5aec7..6a0b5aa 100644 --- a/mk/target.mk +++ b/mk/target.mk @@ -1168,7 +1168,7 @@ endif # the --no-print-directory flag which is passed to recursive # invocations of make. # -#ifeq "$(way)" "" +ifeq "$(way)" "" ifneq "$(SUBDIRS)" "" # we override the 'boot', 'all' and 'install' targets in the top @@ -1215,7 +1215,7 @@ $(ALL_TARGET) docs runtests $(BOOT_TARGET) TAGS clean distclean mostlyclean main @echo "------------------------------------------------------------------------" endif -#endif +endif # # Selectively building subdirectories.