diff options
author | José Fonseca <[email protected]> | 2008-08-29 10:39:02 +0900 |
---|---|---|
committer | José Fonseca <[email protected]> | 2008-08-31 16:51:16 +0900 |
commit | 8156c30a5d2d9504cd156b009545f5514f2628ed (patch) | |
tree | 52ca57bb22aba1add4147b4fe1da29771a183d93 /src/gallium/Makefile | |
parent | 3c819926768e3879c8deaedfca964cc52ed1a7c5 (diff) |
gallium: winsys/common no longer exists
Diffstat (limited to 'src/gallium/Makefile')
-rw-r--r-- | src/gallium/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/Makefile b/src/gallium/Makefile index 291973c904e..aa77021daf3 100644 --- a/src/gallium/Makefile +++ b/src/gallium/Makefile @@ -2,7 +2,7 @@ TOP = ../.. include $(TOP)/configs/current -SUBDIRS = auxiliary drivers winsys/common +SUBDIRS = auxiliary drivers default: subdirs |