add missing flag

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8203 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Felix Fietkau 2007-07-28 02:54:50 +00:00
parent c33e0be683
commit c295c38efc

View File

@ -5,7 +5,7 @@
# l: show legacy targets
ifeq ($(DEBUG),all)
build_debug:=dt
build_debug:=dlt
else
build_debug:=$(DEBUG)
endif