From 48d57c4ba8d2507ea866b124fdc2c0fde7be5c60 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Sat, 28 Jul 2007 02:54:50 +0000
Subject: [PATCH] add missing flag

SVN-Revision: 8203
---
 include/subdir.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/subdir.mk b/include/subdir.mk
index fe46ed0de0..046a6adf6f 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
-- 
GitLab