diff options
author | Joakim Tjernlund <joakim.tjernlund@transmode.se> | 2004-10-05 12:06:40 +0000 |
---|---|---|
committer | Joakim Tjernlund <joakim.tjernlund@transmode.se> | 2004-10-05 12:06:40 +0000 |
commit | 9dca9ff973287f22534e8b611c6d1da0cd5e073b (patch) | |
tree | cce740392eaf847b2153b382c5c9d675cb75a38f /utils/Makefile | |
parent | 162e21b2a2eac4636195265f968cf2c7c19e5226 (diff) |
Peter S. Mazinger writes:
Hello!
The attached patches remove unneeded -D<somedefine>, and uses instead
#ifdef __somedefine__
Diffstat (limited to 'utils/Makefile')
-rw-r--r-- | utils/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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) |