summaryrefslogtreecommitdiffstats
path: root/package/readline
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-04-06 16:32:05 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-04-06 16:32:05 +0000
commit8019956f609ac365798373631e0ff76e2b8b6aab (patch)
treecabdeb9c4207a305a45817ed9cc804c5dc80249b /package/readline
parent9815cc05a9e1beb1486d3422ae61163859120016 (diff)
downloadbuildroot-novena-8019956f609ac365798373631e0ff76e2b8b6aab.tar.gz
buildroot-novena-8019956f609ac365798373631e0ff76e2b8b6aab.zip
- commentary typo fix
Diffstat (limited to 'package/readline')
-rw-r--r--package/readline/readline.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/readline/readline.mk b/package/readline/readline.mk
index af7b2141f..dcf39b8b6 100644
--- a/package/readline/readline.mk
+++ b/package/readline/readline.mk
@@ -63,7 +63,7 @@ $(STAGING_DIR)/include/readline/readline.h: $(READLINE_DIR)/$(READLINE_BINARY)
# Install to Target directory
$(TARGET_DIR)/$(READLINE_TARGET_BINARY): $(READLINE_DIR)/$(READLINE_BINARY)
- # make sure we don't end up with lib{readline,hostory}...old
+ # make sure we don't end up with lib{readline,history}...old
$(MAKE1) DESTDIR=$(TARGET_DIR) includedir=/usr/include \
-C $(READLINE_DIR) uninstall
BUILD_CC=$(TARGET_CC) HOSTCC="$(HOSTCC)" CC=$(TARGET_CC) \