Skip to content

Commit

Permalink
Dependencies for "make COMMAND"
Browse files Browse the repository at this point in the history
  • Loading branch information
landley committed Feb 8, 2016
1 parent 712e43e commit 9b14cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/genconfig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9b14cb6

Please sign in to comment.