summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2015-02-20 10:30:39 +0100
committerAlexander Larsson <alexl@redhat.com>2015-02-20 10:30:39 +0100
commitda42ba48b1476af691c2fe3bdbee9dc0d556833a (patch)
tree506ebaf478622b67c4a8a5034d92d7a241b4fa17 /Makefile
parent96e88b49162fd3dafa271f3a08461467cd0bcc29 (diff)
Various cleanups
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a28d916..bc5debe 100644
--- a/Makefile
+++ b/Makefile
@@ -8,6 +8,6 @@ IMAGES=build/$(ARCH)/images
all: images
$(IMAGES)/freedesktop-base-contents-sdk-$(ARCH).tar.gz $(IMAGES)/freedesktop-base-contents-platform-$(ARCH).tar.gz images:
- (git submodule update --init;)
+ git submodule update --init
mkdir -p build/$(ARCH)
./freedesktop-sdk-build-yocto ${srcdir}/ ${builddir}/build/ $(ARCH)