fsck_minix.c lost fat.
[oweals/busybox.git] / Makefile
index 490d3935f4b7ae83df3c37384c004d7ef6495a9c..6543e1f898e3b60144493d144941033167ce356e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@ endif
 
 # -D_GNU_SOURCE is needed because environ is used in init.c
 ifeq ($(DODEBUG),true)
-    CFLAGS += -Wall -g -D_GNU_SOURCE -DDEBUG_INIT
+    CFLAGS += -Wall -g -D_GNU_SOURCE
     STRIP   =
     LDFLAGS =
 else