diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-07-30 14:50:15 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-07-30 14:50:15 +0000 |
commit | 32788c07cea73789a3e04e31213505a8931e4436 (patch) | |
tree | dcade89f99c43756b3819bcb90044529df847abc /Makefile | |
parent | d7f2b2cff54773601c6c06b2ed2a5317d1642fe1 (diff) | |
download | upstream-32788c07cea73789a3e04e31213505a8931e4436.tar.gz upstream-32788c07cea73789a3e04e31213505a8931e4436.tar.bz2 upstream-32788c07cea73789a3e04e31213505a8931e4436.zip |
fix verbose output with dash as /bin/sh
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8227 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,8 @@ ifneq ($(OPENWRT_BUILD),1) export OPENWRT_BUILD:=1 include $(TOPDIR)/include/toplevel.mk else + include $(TOPDIR)/include/host.mk + include rules.mk include $(INCLUDE_DIR)/depends.mk include $(INCLUDE_DIR)/subdir.mk |