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 | 48d57c4ba8d2507ea866b124fdc2c0fde7be5c60 (patch) | |
tree | f840401d47c8ca2c349bb0635cd0a3e1c29c5b3e /include | |
parent | 02a7e555debc912845757f1609a159ee3c2af4b4 (diff) | |
download | upstream-48d57c4ba8d2507ea866b124fdc2c0fde7be5c60.tar.gz upstream-48d57c4ba8d2507ea866b124fdc2c0fde7be5c60.tar.bz2 upstream-48d57c4ba8d2507ea866b124fdc2c0fde7be5c60.zip |
add missing flag
SVN-Revision: 8203
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 |