From 6c9d3873c0cc9f55bf3f1ddd409d496734d9a158 Mon Sep 17 00:00:00 2001 From: Rob Alley Date: Thu, 28 Jan 2010 02:29:40 +1300 Subject: at91boostrap makefile, correct typo in line continuation character. The rule to copy the resulting binary file into the binary directory had a typo in the line continuation character that results in a spurious error message being produced. Signed-off-by: Rob Alley Signed-off-by: Peter Korsgaard --- target/device/Atmel/at91bootstrap/at91bootstrap.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/device') diff --git a/target/device/Atmel/at91bootstrap/at91bootstrap.mk b/target/device/Atmel/at91bootstrap/at91bootstrap.mk index 32ed3e2f6..f681fa981 100644 --- a/target/device/Atmel/at91bootstrap/at91bootstrap.mk +++ b/target/device/Atmel/at91bootstrap/at91bootstrap.mk @@ -68,7 +68,7 @@ else make MEMORY=$(AT91BOOTSTRAP_MEMORY) \ CROSS_COMPILE=$(TARGET_CROSS) \ -C $(AT91BOOTSTRAP_DIR) boot - make DESTDIR=$(BINARIES_DIR) -C $(AT91BOOTSTRAP_DIR) install || ± + make DESTDIR=$(BINARIES_DIR) -C $(AT91BOOTSTRAP_DIR) install || \ echo "Could not copy bootstrap to BINARIES_DIR" ifneq ($(BR2_TARGET_ATMEL_COPYTO),) make DESTDIR=$(BR2_TARGET_ATMEL_COPYTO) -C $(AT91BOOTSTRAP_DIR) install || \ -- cgit v1.2.3