diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-07-28 02:54:50 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-07-28 02:54:50 +0000 |
commit | c295c38efce72dc02f9c0d71a9cfc409ace8e6d8 (patch) | |
tree | baf1af19a77cb8fdad23ee22cf8b5e162d7ac8e5 /include | |
parent | c33e0be683bbe1cdc57853390b291e7a3d936fd7 (diff) | |
download | upstream-c295c38efce72dc02f9c0d71a9cfc409ace8e6d8.tar.gz upstream-c295c38efce72dc02f9c0d71a9cfc409ace8e6d8.tar.bz2 upstream-c295c38efce72dc02f9c0d71a9cfc409ace8e6d8.zip |
add missing flag
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8203 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r-- | include/subdir.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |