diff options
author | Luca Ceresoli <luca@lucaceresoli.net> | 2015-04-22 10:03:52 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2015-04-22 15:06:27 +0200 |
commit | 60e9a79308d7e8f39faade5059319b40b3be5071 (patch) | |
tree | 14d465c5e3ebc0be894bb819f3e5212c4db8b24a | |
parent | 7e5a97eb965d922675b264acd1cc480ca70a79b3 (diff) | |
download | buildroot-60e9a79308d7e8f39faade5059319b40b3be5071.tar.gz buildroot-60e9a79308d7e8f39faade5059319b40b3be5071.zip |
Makefile: fix typo in a comment
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -577,7 +577,7 @@ ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),y) endif mkdir -p $(TARGET_DIR)/etc - # Mandatory configuration file and auxilliary cache directory + # Mandatory configuration file and auxiliary cache directory # for recent versions of ldconfig touch $(TARGET_DIR)/etc/ld.so.conf mkdir -p $(TARGET_DIR)/var/cache/ldconfig |