diff options
Diffstat (limited to 'malloc/Makefile')
-rw-r--r-- | malloc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc/Makefile b/malloc/Makefile index 22049713d7..0da5540b44 100644 --- a/malloc/Makefile +++ b/malloc/Makefile @@ -51,7 +51,7 @@ generated = mtrace # The Perl script will print addresses and to do this nicely we must know # whether we are on a 32 or 64 bit machine. -ifneq ($strip($(findstring wordsize-32,$(config-sysdirs))),) +ifneq ($(findstring wordsize-32,$(config-sysdirs)),) address-width=10 else address-width=18 |