diff options
Diffstat (limited to 'time')
-rw-r--r-- | time/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/time/Makefile b/time/Makefile index 6ad2be8..e55b664 100644 --- a/time/Makefile +++ b/time/Makefile @@ -147,6 +147,6 @@ CFLAGS-ialloc.c = -Wno-strict-prototypes -DNOID CFLAGS-scheck.c = -Wno-strict-prototypes -DNOID CFLAGS-tzfile.c = $(tz-cflags) -ifneq ($(malloc),new-malloc) +ifeq ($(malloc),new-malloc) CFLAGS-ap.c = -DNO_MCHECK endif |