X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Ftarget.mk;h=620b51ae77db75c0ffd6c6ef64a55b53d7f7e1d0;hb=b274236c5d15dcfff7fe73863c110329c170754e;hp=1e9a4d407b560bbdd24a08f337c9697783b2034a;hpb=7fc19edc1a604c30159113404d02489142c84d42;p=ghc-hetmet.git diff --git a/mk/target.mk b/mk/target.mk index 1e9a4d4..620b51a 100644 --- a/mk/target.mk +++ b/mk/target.mk @@ -1100,6 +1100,7 @@ endif # the --no-print-directory flag which is passed to recursive # invocations of make. # +ifeq "$(way)" "" ifneq "$(SUBDIRS)" "" # we override the 'boot', 'all' and 'install' targets in the top @@ -1146,6 +1147,7 @@ $(ALL_TARGET) docs runtests $(BOOT_TARGET) TAGS clean distclean mostlyclean main @echo "------------------------------------------------------------------------" endif +endif # # Selectively building subdirectories.