diff options
author | Brian Paul <brianp@vmware.com> | 2010-05-21 14:11:40 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2010-05-21 14:11:42 -0600 |
commit | 6af41a5edc26ab3881b24e846867b5b1fd79fc60 (patch) | |
tree | 53fab57b7aa4f8d0d03be8741502ad9820f3a9bb | |
parent | 1a8b1277c59db49d4d99b15193d07a0bd1ea6446 (diff) |
mesa: disable building the removed demos
This is a quick fix.
-rw-r--r-- | progs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |