diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-03-09 16:49:46 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-03-09 16:49:46 +0000 |
commit | 52ca99aa3523fad62fb2b5345ff997cd7cecc473 (patch) | |
tree | 57df8050815ef77eb746213664eee9e0452b2915 | |
parent | e6eb61af5b459f19224489fb0962c17451e6824d (diff) | |
download | busybox-w32-52ca99aa3523fad62fb2b5345ff997cd7cecc473.tar.gz busybox-w32-52ca99aa3523fad62fb2b5345ff997cd7cecc473.tar.bz2 busybox-w32-52ca99aa3523fad62fb2b5345ff997cd7cecc473.zip |
- remove check. Fixes e.g. buildroot
git-svn-id: svn://busybox.net/trunk/busybox@14489 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | Rules.mak | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -10,11 +10,9 @@ ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),) | |||
10 | -include $(top_builddir)/.config | 10 | -include $(top_builddir)/.config |
11 | endif | 11 | endif |
12 | 12 | ||
13 | ifeq ($(MAKELEVEL),0) | ||
14 | ifeq ($(HAVE_DOT_CONFIG),y) | 13 | ifeq ($(HAVE_DOT_CONFIG),y) |
15 | rules-mak-rules:=0 | 14 | rules-mak-rules:=0 |
16 | endif | 15 | endif |
17 | endif | ||
18 | 16 | ||
19 | #-------------------------------------------------------- | 17 | #-------------------------------------------------------- |
20 | PROG := busybox | 18 | PROG := busybox |