summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/directfb/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-06-20 18:29:28 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-06-20 18:29:28 +0000
commitdc137ddb3f128a6772027e3f917b3208969002f0 (patch)
treebe4708d35d320d29eb99e409c24c1628715f8fb2 /src/mesa/drivers/directfb/Makefile
parenta6a3e01b099a9ea15c9868b4acf01b106c5f417b (diff)
DirectFB updates (Claudio Ciccani)
Diffstat (limited to 'src/mesa/drivers/directfb/Makefile')
-rw-r--r--src/mesa/drivers/directfb/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/drivers/directfb/Makefile b/src/mesa/drivers/directfb/Makefile
index d78662dd96..56f7eac7ca 100644
--- a/src/mesa/drivers/directfb/Makefile
+++ b/src/mesa/drivers/directfb/Makefile
@@ -45,7 +45,8 @@ install:
echo "*** Installation aborted."; \
exit 1; \
fi;
- install -m 0755 $(DIRECTFBGL_MESA) $(DFB_MODULEDIR)/interfaces/IDirectFBGL/
+ test -d $(DFB_MODULEDIR)/interfaces/IDirectFBGL/ || mkdir $(DFB_MODULEDIR)/interfaces/IDirectFBGL/
+ install -m 755 $(DIRECTFBGL_MESA) $(DFB_MODULEDIR)/interfaces/IDirectFBGL/
clean: