diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -17,6 +17,8 @@ noconfig_targets := menuconfig config oldconfig randconfig hosttools \ | |||
17 | clean distclean help \ | 17 | clean distclean help \ |
18 | release tags | 18 | release tags |
19 | 19 | ||
20 | nocheck_targets := clean distclean help release tags | ||
21 | |||
20 | # the toplevel sourcedir | 22 | # the toplevel sourcedir |
21 | ifndef top_srcdir | 23 | ifndef top_srcdir |
22 | top_srcdir=$(CURDIR) | 24 | top_srcdir=$(CURDIR) |
@@ -56,7 +58,7 @@ else | |||
56 | endif | 58 | endif |
57 | 59 | ||
58 | ifneq ($(strip $(HAVE_DOT_CONFIG)),y) | 60 | ifneq ($(strip $(HAVE_DOT_CONFIG)),y) |
59 | # pull in OS specific commands like cp, mkdir, etc. early | 61 | # pull in settings early |
60 | -include $(top_srcdir)/Rules.mak | 62 | -include $(top_srcdir)/Rules.mak |
61 | endif | 63 | endif |
62 | 64 | ||