From 5c010f7e4464c89ec38fca61362982aca33edfe1 Mon Sep 17 00:00:00 2001
From: Rob Landley <rob@landley.net>
Date: Tue, 22 Jan 2008 19:20:06 -0600
Subject: Might as well make the dependencies slightly more paranoid. (The only
 reason to have dependencies at all is so "make install" doesn't trigger a
 rebuild.  A rebuild is always a build all anyway.)

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 984a745d..bcbe5a04 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 
 all: toybox
 
-toybox toybox_unstripped: *.[ch] lib/*.[ch] toys/*.[ch]
+toybox toybox_unstripped: *.[ch] lib/*.[ch] toys/*.[ch] scripts/*
 	scripts/make.sh
 
 .PHONY: clean distclean baseline bloatcheck install_flat test tests help
-- 
cgit v1.2.3