summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-15 18:12:41 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-15 18:13:08 +0100
commit47ae0d25aa4eb2a8cf7e46bbaacad333e728022f (patch)
tree8db8867ea62234a4f42f402f3267faa17a4278bf
parent166e19e159d5e5a9bb30f53fd8881acf29b3d012 (diff)
downloadmmswe-47ae0d25aa4eb2a8cf7e46bbaacad333e728022f.tar.gz
mmswe-47ae0d25aa4eb2a8cf7e46bbaacad333e728022f.tar.bz2
mmswe-47ae0d25aa4eb2a8cf7e46bbaacad333e728022f.zip
Makefile: No need to invoke make all in directfb
All deps are handled by the package target
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 586bd2a..301640c 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ projekt_doku.pdf: projekt_doku.asciidoc thesis.xsl thesis.sty $(SVGs) $(EPSs)
.PHONY: pluggit
pluggit:
- $(MAKE) -C directfb-voodoo/ -f makefile.voodoo DESTDIR=../install DEBUG=$(DEBUG) all package
+ $(MAKE) -C directfb-voodoo/ -f makefile.voodoo DESTDIR=../install DEBUG=$(DEBUG) package
touch pluggit/src/Scaler.cxx
$(MAKE) -C pluggit/ -f makefile.voodoo DIRECTFB_VOODOO=../directfb-voodoo/DirectFB_Voodoo all