From 9b14cb6aa57c56080bbbc0db85027c3f834fb06f Mon Sep 17 00:00:00 2001
From: Rob Landley <rob@landley.net>
Date: Sun, 7 Feb 2016 19:09:39 -0600
Subject: Dependencies for "make COMMAND"

---
 scripts/genconfig.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'scripts')

diff --git a/scripts/genconfig.sh b/scripts/genconfig.sh
index 7b34f085..e53d3607 100755
--- a/scripts/genconfig.sh
+++ b/scripts/genconfig.sh
@@ -134,7 +134,7 @@ while IFS=":" read FILE NAME
 do
   [ "$NAME" == help ] && continue
   [ "$NAME" == install ] && continue
-  echo -e "$NAME:\n\tscripts/single.sh $NAME\n"
+  echo -e "$NAME: $FILE *.[ch] lib/*.[ch]\n\tscripts/single.sh $NAME\n"
   [ "${FILE/pending//}" != "$FILE" ] &&
     PENDING="$PENDING $NAME" ||
     WORKING="$WORKING $NAME"
-- 
cgit v1.2.3