aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2008-02-17 16:19:52 -0600
committerRob Landley <rob@landley.net>2008-02-17 16:19:52 -0600
commit58c850894eb4110044e0fc3dbef1c970d14b7d77 (patch)
treee7bae0d91733592f21d766506bb4203936403753 /Makefile
parentdd282026714cb3bf4a1b98f0ecd360c980bc65b0 (diff)
downloadtoybox-58c850894eb4110044e0fc3dbef1c970d14b7d77.tar.gz
Yet more build dependency tweaks...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bcbe5a04..01f6a211 100644
--- a/Makefile
+++ b/Makefile
@@ -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