From 76ca86a506a81d8a08655fb331162926569a47d6 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Thu, 20 Nov 2014 21:24:22 +0530 Subject: Remove last place for definition of IS_IN_* macros Ignoring IS_IN_build, which has a different purpose altogether, this patch removes the last bit of IS_IN_* macro definitions. Now barring NOT_IN_libc, all cases use the IN_MODULE scheme. Generated code unchanged on x86_64. * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib). --- extra-lib.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra-lib.mk') diff --git a/extra-lib.mk b/extra-lib.mk index c719bd9b91..7cdf8234af 100644 --- a/extra-lib.mk +++ b/extra-lib.mk @@ -106,4 +106,4 @@ ifneq (,$(cpp-srcs-left)) include $(patsubst %,$(..)cppflags-iterator.mk,$(cpp-srcs-left)) endif -CPPFLAGS-$(lib) := -DNOT_IN_libc=1 -DIS_IN_$(lib)=1 +CPPFLAGS-$(lib) := -DNOT_IN_libc=1 -- cgit 1.4.1