diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-07-06 20:02:47 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-07-06 20:02:47 +0000 |
commit | 69ef82112fd3b07f9c7bfff522c42267def4d5d5 (patch) | |
tree | dedb5389e2ee6ded03c875ca65861736e321a9af | |
parent | e365c0b18061210faef2ffc5150c1701a1907f15 (diff) | |
download | busybox-w32-69ef82112fd3b07f9c7bfff522c42267def4d5d5.tar.gz busybox-w32-69ef82112fd3b07f9c7bfff522c42267def4d5d5.tar.bz2 busybox-w32-69ef82112fd3b07f9c7bfff522c42267def4d5d5.zip |
Attempt to address Shaun Jackman's problem adding "busybox: busybox.bflt" to
.config.mak.
git-svn-id: svn://busybox.net/trunk/busybox@15659 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | libbb/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libbb/Makefile b/libbb/Makefile index 98b144c10..336398641 100644 --- a/libbb/Makefile +++ b/libbb/Makefile | |||
@@ -12,6 +12,12 @@ top_builddir=.. | |||
12 | endif | 12 | endif |
13 | srcdir=$(top_srcdir)/libbb | 13 | srcdir=$(top_srcdir)/libbb |
14 | LIBBB_DIR:=./ | 14 | LIBBB_DIR:=./ |
15 | |||
16 | # Ensure "all" is still the default target when make is run by itself in | ||
17 | # libbb, even if the files we include define rules for targets. | ||
18 | |||
19 | all: | ||
20 | |||
15 | include $(top_srcdir)/Rules.mak | 21 | include $(top_srcdir)/Rules.mak |
16 | include $(top_builddir)/.config | 22 | include $(top_builddir)/.config |
17 | include Makefile.in | 23 | include Makefile.in |