From 2d95e03b0e2dcc8bcb23a21feebff84bccf1084c Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 19 May 2020 01:54:15 -0500 Subject: The standalone build for "make sh" has more dependencies because MAYFORK. --- scripts/genconfig.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/genconfig.sh b/scripts/genconfig.sh index b5637f86..58b99acd 100755 --- a/scripts/genconfig.sh +++ b/scripts/genconfig.sh @@ -151,6 +151,7 @@ while IFS=":" read FILE NAME do [ "$NAME" == help ] && continue [ "$NAME" == install ] && continue + [ "$NAME" == sh ] && FILE="toys/*/*.c" echo -e "$NAME: $FILE *.[ch] lib/*.[ch]\n\tscripts/single.sh $NAME\n" echo -e "test_$NAME:\n\tscripts/test.sh $NAME\n" [ "${FILE/pending//}" != "$FILE" ] && -- cgit v1.2.3