aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPatrick Oppenlander <patrick.oppenlander@gmail.com>2019-08-02 16:35:43 +1000
committerRob Landley <rob@landley.net>2019-08-02 16:42:46 -0500
commite25a847c2bd78c8556933f2139cdacd90ba5fa87 (patch)
tree8e342319e62280eaf5f38ec551c479b916e6f5ea /Makefile
parent656ad3c1478c1650fb7b83350048f135ed74ddef (diff)
downloadtoybox-e25a847c2bd78c8556933f2139cdacd90ba5fa87.tar.gz
fix parallel make build failure
make: *** No rule to make target 'generated/Config.probed', needed by 'Config.in'. Stop. make: *** Waiting for unfinished jobs....
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1bd3b25a..397e4777 100644
--- a/Makefile
+++ b/Makefile
@@ -31,6 +31,7 @@ $(KCONFIG_CONFIG): $(KCONFIG_TOP)
exit 1; fi
$(KCONFIG_TOP): generated/Config.in generated/Config.probed
+generated/Config.probed: generated/Config.in
generated/Config.in: toys/*/*.c scripts/genconfig.sh
scripts/genconfig.sh