add missing flag
authorFelix Fietkau <nbd@openwrt.org>
Sat, 28 Jul 2007 02:54:50 +0000 (02:54 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 28 Jul 2007 02:54:50 +0000 (02:54 +0000)
SVN-Revision: 8203

include/subdir.mk

index fe46ed0de04c26d2d1f197139cde3ba3bb000dc9..046a6adf6f370c32310d8b5d933a8eb23b833c42 100644 (file)
@@ -5,7 +5,7 @@
 # l: show legacy targets
 
 ifeq ($(DEBUG),all)
-  build_debug:=dt
+  build_debug:=dlt
 else
   build_debug:=$(DEBUG)
 endif