summaryrefslogtreecommitdiff
path: root/time/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'time/Makefile')
-rw-r--r--time/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/time/Makefile b/time/Makefile
index 6ad2be85f4..e55b6641d3 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