From b4bfd1b192fa3d764ac51b18f38dd27026b438a4 Mon Sep 17 00:00:00 2001
From: Jan Travnicek <Jan.Travnicek@fit.cvut.cz>
Date: Fri, 27 May 2016 15:01:57 +0200
Subject: [PATCH] second fix of release target

---
 makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/makefile b/makefile
index 9cfed8b418..47b6fc5b84 100644
--- a/makefile
+++ b/makefile
@@ -115,10 +115,10 @@ debug build-debug:
 
 release build-release:
 	for dir in $(SUBDIRS_LIBS); do \
-		$(MAKE) $@ -C $$dir \
+		$(MAKE) $@ -C $$dir; \
 	done
 	for dir in $(SUBDIRS_BINS); do \
-		$(MAKE) release -C $$dir \
+		$(MAKE) release -C $$dir; \
 	done
 	if [ ! -w $(addsuffix -release, $(BINFOLDER)) ] && [ $(USE_RAMDISK) -eq 1 ]; then\
 		ln -s /tmp/`date +'%s%N'`-$(addsuffix -release, $(BINFOLDER)) $(subst /, , $(addsuffix -release, $(BINFOLDER))) 2>/dev/null;\
-- 
GitLab