changeset 344:1c35a5d0ce32 prerelease

Fixed make nostartup
author Giulio Moro <giuliomoro@yahoo.it>
date Tue, 07 Jun 2016 02:06:49 +0100
parents 4823ee13bcac
children 0e1e0dfe24c5
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Mon Jun 06 15:15:15 2016 +0100
+++ b/Makefile	Tue Jun 07 02:06:49 2016 +0100
@@ -216,7 +216,7 @@
 nostartup: ## No Bela project runs at startup 
 nostartup:
 	@echo "Disabling BeagleRT at startup..."
-	@printf "#!/bin/sh\n#\n\n# This file is autogenerated by Bela. Do not edit!\n\n# Run on startup disabled -- nothing to do here" > $BELA_STARTUP_SCRIPT
+	@printf "#!/bin/sh\n#\n\n# This file is autogenerated by Bela. Do not edit!\n\n# Run on startup disabled -- nothing to do here\n" > $(BELA_STARTUP_SCRIPT)
 
 startuploop: ## Makes PROJECT run at startup and restarts it if it crashes
 startuploop: Bela