From 9dca9ff973287f22534e8b611c6d1da0cd5e073b Mon Sep 17 00:00:00 2001 From: Joakim Tjernlund Date: Tue, 5 Oct 2004 12:06:40 +0000 Subject: Peter S. Mazinger writes: Hello! The attached patches remove unneeded -D, and uses instead #ifdef __somedefine__ --- utils/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'utils/Makefile') diff --git a/utils/Makefile b/utils/Makefile index 14b78762b..55591c244 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -29,10 +29,8 @@ else TARGET_ICONV = endif +# do we really need to reset XXFLAGS? XXFLAGS= -ifeq ($(strip $(LDSO_LDD_SUPPORT)),y) -XXFLAGS+= -D__LDSO_LDD_SUPPORT -endif ifeq ($(strip $(HAVE_SHARED)),y) all: $(TARGETS) $(TARGET_ICONV) -- cgit v1.2.3