diff options
| author | Alan Hourihane <alanh@tungstengraphics.com> | 2008-09-11 18:06:05 +0100 | 
|---|---|---|
| committer | Alan Hourihane <alanh@tungstengraphics.com> | 2008-09-11 18:06:05 +0100 | 
| commit | cdd97ceca0ce3e69d08ae33289ca8e4075885f0b (patch) | |
| tree | ae92cdcd2188a4fe7a477ab5ce178a7058a38bf8 /src | |
| parent | 5835d7e5735a8df05e9762f5922e412e17d5c525 (diff) | |
add gallium dir
winsys/common -> winsys/
Diffstat (limited to 'src')
| -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 291973c904..8a516f7112 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 winsys  default: subdirs | 
