From: nbd Date: Sat, 28 Jul 2007 02:54:50 +0000 (+0000) Subject: add missing flag X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/25769190c8386b619f74377e1d8433b11163034f add missing flag git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8203 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/include/subdir.mk b/include/subdir.mk index fe46ed0de..046a6adf6 100644 --- a/include/subdir.mk +++ b/include/subdir.mk @@ -5,7 +5,7 @@ # l: show legacy targets ifeq ($(DEBUG),all) - build_debug:=dt + build_debug:=dlt else build_debug:=$(DEBUG) endif