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:
parent
56d663b960
commit
f7408e9bd4
@ -1,6 +0,0 @@
|
||||
ifeq ($(strip $(BR2_READLINE)),y)
|
||||
TARGETS+=readline
|
||||
endif
|
||||
ifeq ($(strip $(BR2_PACKAGE_READLINE_TARGET)),y)
|
||||
TARGETS+=readline_target
|
||||
endif
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user