mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
- correct improper prerequisite of -source target
This commit is contained in:
parent
842765c360
commit
bbfb7b6eae
@ -75,7 +75,7 @@ readline-clean:
|
|||||||
readline-dirclean:
|
readline-dirclean:
|
||||||
rm -rf $(READLINE_DIR)
|
rm -rf $(READLINE_DIR)
|
||||||
|
|
||||||
readline-source: $(DL_DIR)/$(READLINE_SOURCE) $(READLINE_DIR)/.unpacked
|
readline-source: $(DL_DIR)/$(READLINE_SOURCE)
|
||||||
|
|
||||||
ifeq ($(strip $(BR2_READLINE)),y)
|
ifeq ($(strip $(BR2_READLINE)),y)
|
||||||
TARGETS+=readline
|
TARGETS+=readline
|
||||||
|
Loading…
x
Reference in New Issue
Block a user