Module: Mesa Branch: master Commit: 6af41a5edc26ab3881b24e846867b5b1fd79fc60 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6af41a5edc26ab3881b24e846867b5b1fd79fc60
Author: Brian Paul <[email protected]> Date: Fri May 21 14:11:40 2010 -0600 mesa: disable building the removed demos This is a quick fix. --- progs/Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/progs/Makefile b/progs/Makefile index 5bc444e..2d14fa9 100644 --- a/progs/Makefile +++ b/progs/Makefile @@ -4,8 +4,8 @@ TOP = .. include $(TOP)/configs/current -SUBDIRS = $(PROGRAM_DIRS) - +#SUBDIRS = $(PROGRAM_DIRS) +SUBDIRS = default: message subdirs _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
