summaryrefslogtreecommitdiffstats
path: root/rules.mk
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-04-20 03:45:03 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-04-20 03:45:03 +0000
commitae5ab94ef5f0660d381a3c7076e144be5bf37eef (patch)
tree956f348606a1c0dd041a533bdd7a1eb979652c05 /rules.mk
parent61ad8a56f8a015d3d9a673eca98971677135935d (diff)
add proper package dependency handling
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3679 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'rules.mk')
-rw-r--r--rules.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/rules.mk b/rules.mk
index 9d924a5b4..4f0f49e11 100644
--- a/rules.mk
+++ b/rules.mk
@@ -1,4 +1,7 @@
+ifeq ($(DUMP),)
include $(TOPDIR)/.config
+endif
+
SHELL=/bin/bash
export SHELL