diff options
author | Rob Landley <rob@landley.net> | 2008-01-21 14:47:08 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2008-01-21 14:47:08 -0600 |
commit | 41cb696013ffacfca73e92cd164b96f903c60ca1 (patch) | |
tree | 73db869904fcb008158b2cf3a075984e11d42a40 /Makefile | |
parent | 7c04f01bc73082a170c9a1988bf62c2428acc4f9 (diff) | |
download | toybox-41cb696013ffacfca73e92cd164b96f903c60ca1.tar.gz |
Hit makefile dependencies so install step doesn't rebuild toybox.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |