From 5fe51654d35ae05858a0d1d94e6783a98f09fe47 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 2 Nov 2005 15:43:20 +0000 Subject: include Rules.mak after noconfig_targets, else it does not pull in .config --- Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 5e1fb7440..b3340ba67 100644 --- a/Makefile.in +++ b/Makefile.in @@ -12,6 +12,8 @@ noconfig_targets := menuconfig config oldconfig randconfig \ defconfig allyesconfig allnoconfig clean distclean \ release dist tags +include $(top_builddir)Rules.mak + # need to have libc.so built, before we can build the others ifeq ($(HAVE_SHARED),y) PRE_DIRS = ldso libc -- cgit v1.2.3