diff options
| author | simonmar <unknown> | 2005-04-06 21:51:17 +0000 |
|---|---|---|
| committer | simonmar <unknown> | 2005-04-06 21:51:17 +0000 |
| commit | ba69efdd1d74ce728e790ea8bb682a5b41aa51fb (patch) | |
| tree | 44a0766395b238aa22758d597f20d968d79f2d0b | |
| parent | 9a92cb1ca49cb555ff66dcfcb9295ebf75d1ce01 (diff) | |
| download | haskell-ba69efdd1d74ce728e790ea8bb682a5b41aa51fb.tar.gz | |
[project @ 2005-04-06 21:51:17 by simonmar]
way fix
| -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. |
