mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 16:37:43 +00:00
target/Makefile.in: make 3.80 compatibility fix
Patch by Andreas Schweigstill <aschweig@schweigstill.de>
This commit is contained in:
parent
e6b271fbb0
commit
e9cb98273d
@ -19,7 +19,8 @@ define COPY_FILE
|
|||||||
fi
|
fi
|
||||||
endef
|
endef
|
||||||
COPYTO=$(strip $(subst ",,$(BUILDROOT_COPYTO)))
|
COPYTO=$(strip $(subst ",,$(BUILDROOT_COPYTO)))
|
||||||
else ifneq ($(strip $(subst ",,$(BR2_COPYTO))),) # Global override
|
else
|
||||||
|
ifneq ($(strip $(subst ",,$(BR2_COPYTO))),) # Global override
|
||||||
#"))
|
#"))
|
||||||
define COPY_FILE
|
define COPY_FILE
|
||||||
@echo "BR2_COPYTO: Copy to $(BR2_COPYTO)/$(strip $(3))" ; \
|
@echo "BR2_COPYTO: Copy to $(BR2_COPYTO)/$(strip $(3))" ; \
|
||||||
@ -52,6 +53,7 @@ define COPY_FILE
|
|||||||
endef
|
endef
|
||||||
#"))
|
#"))
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
# make sure to put everything that is board-specific before the tarroot targets
|
# make sure to put everything that is board-specific before the tarroot targets
|
||||||
include target/generic/Makefile.in
|
include target/generic/Makefile.in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user