projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e332450
)
Attempt to address Shaun Jackman's problem adding "busybox: busybox.bflt" to
author
Rob Landley
<rob@landley.net>
Thu, 6 Jul 2006 20:02:47 +0000
(20:02 -0000)
committer
Rob Landley
<rob@landley.net>
Thu, 6 Jul 2006 20:02:47 +0000
(20:02 -0000)
.config.mak.
libbb/Makefile
patch
|
blob
|
history
diff --git
a/libbb/Makefile
b/libbb/Makefile
index 98b144c1042da1757b7cbb0c6446b077b1e20566..33639864125b264228ca466b787e228e31c143a7 100644
(file)
--- a/
libbb/Makefile
+++ b/
libbb/Makefile
@@
-12,6
+12,12
@@
top_builddir=..
endif
srcdir=$(top_srcdir)/libbb
LIBBB_DIR:=./
+
+# Ensure "all" is still the default target when make is run by itself in
+# libbb, even if the files we include define rules for targets.
+
+all:
+
include $(top_srcdir)/Rules.mak
include $(top_builddir)/.config
include Makefile.in