summaryrefslogtreecommitdiffstats
path: root/package/readline/Makefile.in
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-02-25 02:36:58 +0000
committerEric Andersen <andersen@codepoet.org>2005-02-25 02:36:58 +0000
commit989fc8ef5943bba7722b0231db95569129aa92f6 (patch)
tree20e65e8656e100050e796541a163028008088ec3 /package/readline/Makefile.in
parent2e9a20f61c43b683c6ca7458ce3438d52fc42838 (diff)
downloadbuildroot-novena-989fc8ef5943bba7722b0231db95569129aa92f6.tar.gz
buildroot-novena-989fc8ef5943bba7722b0231db95569129aa92f6.zip
scott writes in http://bugs.uclibc.org/view.php?id=41
this patch adds the package 'readline' which is the GNU readline library used to get/save history with text input applications.
Diffstat (limited to 'package/readline/Makefile.in')
-rw-r--r--package/readline/Makefile.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/package/readline/Makefile.in b/package/readline/Makefile.in
new file mode 100644
index 000000000..63b907da0
--- /dev/null
+++ b/package/readline/Makefile.in
@@ -0,0 +1,6 @@
+ifeq ($(strip $(BR2_READLINE)),y)
+TARGETS+=readline
+endif
+ifeq ($(strip $(BR2_PACKAGE_READLINE_TARGET)),y)
+TARGETS+=readline_target
+endif