Module: Mesa Branch: master Commit: 294bd53d4b6b15a6890599c46f14b205a3c738bf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=294bd53d4b6b15a6890599c46f14b205a3c738bf
Author: Sedat Dilek <[email protected]> Date: Thu Dec 17 19:17:23 2009 +0100 glsl/apps: Add dummy install target to fix 'make install' Signed-off-by: Brian Paul <[email protected]> --- 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 - _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
