diff options
author | Patrick Oppenlander <patrick.oppenlander@gmail.com> | 2019-08-02 16:35:16 +1000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2019-08-02 16:42:26 -0500 |
commit | 656ad3c1478c1650fb7b83350048f135ed74ddef (patch) | |
tree | 041c492f45b242dc24aa6b3ab8436ad2eac64a78 /Makefile | |
parent | d8a46b5b6befc72bb7142850fc4f4c1fd7fb1c1b (diff) | |
download | toybox-656ad3c1478c1650fb7b83350048f135ed74ddef.tar.gz |
fix typo in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |