mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user