From 6af41a5edc26ab3881b24e846867b5b1fd79fc60 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 21 May 2010 14:11:40 -0600 Subject: mesa: disable building the removed demos This is a quick fix. --- progs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'progs/Makefile') diff --git a/progs/Makefile b/progs/Makefile index 5bc444e952..2d14fa9ee3 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 -- cgit v1.2.3