aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2008-01-21 14:47:08 -0600
committerRob Landley <rob@landley.net>2008-01-21 14:47:08 -0600
commit41cb696013ffacfca73e92cd164b96f903c60ca1 (patch)
tree73db869904fcb008158b2cf3a075984e11d42a40 /Makefile
parent7c04f01bc73082a170c9a1988bf62c2428acc4f9 (diff)
downloadtoybox-41cb696013ffacfca73e92cd164b96f903c60ca1.tar.gz
Hit makefile dependencies so install step doesn't rebuild toybox.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index f7127880..984a745d 100644
--- a/Makefile
+++ b/Makefile
@@ -3,11 +3,10 @@
all: toybox
-toybox toybox_unstripped:
+toybox toybox_unstripped: *.[ch] lib/*.[ch] toys/*.[ch]
scripts/make.sh
-.PHONY: clean distclean baseline bloatcheck install_flat test tests help \
- toybox toybox_unstripped
+.PHONY: clean distclean baseline bloatcheck install_flat test tests help
include kconfig/Makefile