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.

This commit is contained in:
Mike Frysinger 2005-03-21 02:54:35 +00:00
parent 56d663b960
commit f7408e9bd4
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +0,0 @@
ifeq ($(strip $(BR2_READLINE)),y)
TARGETS+=readline
endif
ifeq ($(strip $(BR2_PACKAGE_READLINE_TARGET)),y)
TARGETS+=readline_target
endif

View File

@ -80,3 +80,9 @@ readline-dirclean:
readline-source: $(DL_DIR)/$(READLINE_SOURCE) $(READLINE_DIR1)/.unpacked
ifeq ($(strip $(BR2_READLINE)),y)
TARGETS+=readline
endif
ifeq ($(strip $(BR2_PACKAGE_READLINE_TARGET)),y)
TARGETS+=readline_target
endif