diff options
| -rw-r--r-- | mk/target.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/target.mk b/mk/target.mk index cc5aec7b33..6a0b5aa8a8 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. |
