[Buildroot] svn commit: [26042] trunk/buildroot/target

jacmet at uclibc.org jacmet at uclibc.org
Thu Apr 9 11:34:12 UTC 2009


Author: jacmet
Date: 2009-04-09 11:34:11 +0000 (Thu, 09 Apr 2009)
New Revision: 26042

Log:
target/Makefile.in: make 3.80 compatibility fix

Patch by Andreas Schweigstill <aschweig at schweigstill.de>

Modified:
   trunk/buildroot/target/Makefile.in


Changeset:
Modified: trunk/buildroot/target/Makefile.in
===================================================================
--- trunk/buildroot/target/Makefile.in	2009-04-09 09:46:54 UTC (rev 26041)
+++ trunk/buildroot/target/Makefile.in	2009-04-09 11:34:11 UTC (rev 26042)
@@ -19,7 +19,8 @@
 	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 @@
 endef
 #"))
 endif
+endif
 
 # make sure to put everything that is board-specific before the tarroot targets
 include target/generic/Makefile.in




More information about the buildroot mailing list