]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
target/Makefile.in: make 3.80 compatibility fix
authorPeter Korsgaard <jacmet@sunsite.dk>
Thu, 9 Apr 2009 11:34:11 +0000 (11:34 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 9 Apr 2009 11:34:11 +0000 (11:34 -0000)
Patch by Andreas Schweigstill <aschweig@schweigstill.de>

target/Makefile.in

index 0831c8f03348b710476bbbb0c8f015b40206ed7e..b1450413e50cdd78a76b37984018d99221a33a1a 100644 (file)
@@ -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