diff options
author | Rob Landley <rob@landley.net> | 2008-02-17 16:19:52 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2008-02-17 16:19:52 -0600 |
commit | 58c850894eb4110044e0fc3dbef1c970d14b7d77 (patch) | |
tree | e7bae0d91733592f21d766506bb4203936403753 | |
parent | dd282026714cb3bf4a1b98f0ecd360c980bc65b0 (diff) | |
download | toybox-58c850894eb4110044e0fc3dbef1c970d14b7d77.tar.gz |
Yet more build dependency tweaks...
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ all: toybox -toybox toybox_unstripped: *.[ch] lib/*.[ch] toys/*.[ch] scripts/* +toybox toybox_unstripped: .config *.[ch] lib/*.[ch] toys/*.[ch] scripts/* scripts/make.sh .PHONY: clean distclean baseline bloatcheck install_flat test tests help |