summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-15 18:15:25 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-15 18:15:25 +0100
commit8292ca8766dd38aba3701ce6e241b7893c1e308a (patch)
tree579c91f7f50514dc91104fcfb58c43fb05c7f7bc
parent47ae0d25aa4eb2a8cf7e46bbaacad333e728022f (diff)
downloadmmswe-8292ca8766dd38aba3701ce6e241b7893c1e308a.tar.gz
mmswe-8292ca8766dd38aba3701ce6e241b7893c1e308a.tar.bz2
mmswe-8292ca8766dd38aba3701ce6e241b7893c1e308a.zip
Makefile: no need to have DESTDIR in directfb
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 301640c..e6d66bc 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) package
+ $(MAKE) -C directfb-voodoo/ -f makefile.voodoo DEBUG=$(DEBUG) package
touch pluggit/src/Scaler.cxx
$(MAKE) -C pluggit/ -f makefile.voodoo DIRECTFB_VOODOO=../directfb-voodoo/DirectFB_Voodoo all