From: Felix Fietkau Date: Sat, 28 Jul 2007 02:54:50 +0000 (+0000) Subject: add missing flag X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=c295c38efce72dc02f9c0d71a9cfc409ace8e6d8;p=15.05%2Fopenwrt.git 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 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