diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-21 02:54:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-21 02:54:35 +0000 |
commit | f7408e9bd41b9f358566dfead1a730b1aeaa00d9 (patch) | |
tree | 04dbb76c110d00b67189e57eb2679364c7fa69d6 /package/readline/Makefile.in | |
parent | 56d663b960d1714c77398d6952ba49bc73db1e54 (diff) | |
download | buildroot-novena-f7408e9bd41b9f358566dfead1a730b1aeaa00d9.tar.gz buildroot-novena-f7408e9bd41b9f358566dfead1a730b1aeaa00d9.zip |
Bug #160, pgrayson writes: The readline package currently has a Makefile.in. This patch removes the depricated Makefile.in and adds the relevant modifications to TARGETS to readline.mk.
Diffstat (limited to 'package/readline/Makefile.in')
-rw-r--r-- | package/readline/Makefile.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/package/readline/Makefile.in b/package/readline/Makefile.in deleted file mode 100644 index 63b907da0..000000000 --- a/package/readline/Makefile.in +++ /dev/null @@ -1,6 +0,0 @@ -ifeq ($(strip $(BR2_READLINE)),y) -TARGETS+=readline -endif -ifeq ($(strip $(BR2_PACKAGE_READLINE_TARGET)),y) -TARGETS+=readline_target -endif |