diff options
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | Makerules | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 7981324a0..e6fae61e0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -10,7 +10,7 @@ #-------------------------------------------------------------- noconfig_targets := menuconfig config oldconfig silentoldconfig randconfig \ defconfig allyesconfig allnoconfig clean distclean \ - release dist tags + release dist tags help include $(top_builddir)Rules.mak sub_headers := headers @@ -9,7 +9,7 @@ PHONY := FORCE .PHONY: dummy $(PHONY) \ all check clean realclean distclean test \ config dist menuconfig oldconfig release \ - subdirs utils + subdirs utils help # order is important, the stripping uses STRIP_FLAGS for lib-so, but not for lib-a ifeq ($(HAVE_SHARED),y) |