Commit e9cb9827 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

target/Makefile.in: make 3.80 compatibility fix

Patch by Andreas Schweigstill <aschweig@schweigstill.de>
parent e6b271fb
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -19,7 +19,8 @@ define COPY_FILE
	fi
endef
COPYTO=$(strip $(subst ",,$(BUILDROOT_COPYTO)))
else ifneq ($(strip $(subst ",,$(BR2_COPYTO))),)	# Global override
else
ifneq ($(strip $(subst ",,$(BR2_COPYTO))),)	# Global override
#"))
define COPY_FILE
	@echo "BR2_COPYTO: Copy to $(BR2_COPYTO)/$(strip $(3))" ; \
@@ -52,6 +53,7 @@ define COPY_FILE
endef
#"))
endif
endif

# make sure to put everything that is board-specific before the tarroot targets
include target/generic/Makefile.in