From 8fa4da7fc09e56e3fd3fe7aed9a802f0fdeeeea0 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Sat, 14 May 2005 22:02:36 +0000 Subject: Top-level makefile fix for OS agnosticism and set the value of TARGET_ARCH using grep because the '.config' will not get included if we are doing a 'clean' or other targets. This was preventing the proper cleaning up target architecture include files. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 062f6fb38..702721f92 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ noconfig_targets := menuconfig config oldconfig randconfig \ defconfig allyesconfig allnoconfig clean distclean \ release tags TAGS TOPDIR=./ -include Rules.mak +-include Rules.mak DIRS = ldso libc libcrypt libresolv libnsl libutil libm libpthread librt ifeq ($(strip $(UCLIBC_HAS_GETTEXT_AWARENESS)),y) -- cgit v1.2.3