From ba69efdd1d74ce728e790ea8bb682a5b41aa51fb Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 6 Apr 2005 21:51:17 +0000 Subject: [PATCH] [project @ 2005-04-06 21:51:17 by simonmar] way fix --- mk/target.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 1.7.10.4