[project @ 2005-04-06 21:51:17 by simonmar]
authorsimonmar <unknown>
Wed, 6 Apr 2005 21:51:17 +0000 (21:51 +0000)
committersimonmar <unknown>
Wed, 6 Apr 2005 21:51:17 +0000 (21:51 +0000)
way fix

mk/target.mk

index cc5aec7..6a0b5aa 100644 (file)
@@ -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.