aboutsummaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-07-06 20:02:47 +0000
committerRob Landley <rob@landley.net>2006-07-06 20:02:47 +0000
commit9ebd1bd46838586e9ebfd4dd190494e6226458d9 (patch)
treededb5389e2ee6ded03c875ca65861736e321a9af /libbb
parente3324502a505168c399eede556114ecd886b8db7 (diff)
downloadbusybox-w32-9ebd1bd46838586e9ebfd4dd190494e6226458d9.tar.gz
busybox-w32-9ebd1bd46838586e9ebfd4dd190494e6226458d9.tar.bz2
busybox-w32-9ebd1bd46838586e9ebfd4dd190494e6226458d9.zip
Attempt to address Shaun Jackman's problem adding "busybox: busybox.bflt" to
.config.mak.
Diffstat (limited to 'libbb')
-rw-r--r--libbb/Makefile6
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=..
12endif 12endif
13srcdir=$(top_srcdir)/libbb 13srcdir=$(top_srcdir)/libbb
14LIBBB_DIR:=./ 14LIBBB_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
19all:
20
15include $(top_srcdir)/Rules.mak 21include $(top_srcdir)/Rules.mak
16include $(top_builddir)/.config 22include $(top_builddir)/.config
17include Makefile.in 23include Makefile.in