aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPatrick Oppenlander <patrick.oppenlander@gmail.com>2019-08-02 16:35:16 +1000
committerRob Landley <rob@landley.net>2019-08-02 16:42:26 -0500
commit656ad3c1478c1650fb7b83350048f135ed74ddef (patch)
tree041c492f45b242dc24aa6b3ab8436ad2eac64a78 /Makefile
parentd8a46b5b6befc72bb7142850fc4f4c1fd7fb1c1b (diff)
downloadtoybox-656ad3c1478c1650fb7b83350048f135ed74ddef.tar.gz
fix typo in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1c1c4a4c..1bd3b25a 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ include kconfig/Makefile
-include .singlemake
$(KCONFIG_CONFIG): $(KCONFIG_TOP)
- @if [ -e "$(KCONFG_CONFIG)" ]; then make silentoldconfig; \
+ @if [ -e "$(KCONFIG_CONFIG)" ]; then make silentoldconfig; \
else echo "Not configured (run 'make defconfig' or 'make menuconfig')";\
exit 1; fi