diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-15 18:12:41 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-15 18:13:08 +0100 |
commit | 47ae0d25aa4eb2a8cf7e46bbaacad333e728022f (patch) | |
tree | 8db8867ea62234a4f42f402f3267faa17a4278bf /Makefile | |
parent | 166e19e159d5e5a9bb30f53fd8881acf29b3d012 (diff) | |
download | mmswe-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
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |