Mesa (master): glsl/apps: Add dummy install target to fix 'make install'

Brian Paul brianp at kemper.freedesktop.org
Thu Dec 17 19:47:56 UTC 2009


Module: Mesa
Branch: master
Commit: 294bd53d4b6b15a6890599c46f14b205a3c738bf
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=294bd53d4b6b15a6890599c46f14b205a3c738bf

Author: Sedat Dilek <sedat.dilek at gmail.com>
Date:   Thu Dec 17 19:17:23 2009 +0100

glsl/apps: Add dummy install target to fix 'make install'

Signed-off-by: Brian Paul <brianp at vmware.com>

---

 src/glsl/apps/Makefile |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/glsl/apps/Makefile b/src/glsl/apps/Makefile
index c80fcb9..39a0df7 100644
--- a/src/glsl/apps/Makefile
+++ b/src/glsl/apps/Makefile
@@ -36,7 +36,8 @@ INCLUDES = -I.
 
 default: $(APPS)
 
+install:
+
 clean:
 	-rm -f $(APPS)
 	-rm -f *.o
-




More information about the mesa-commit mailing list