summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/Makefile
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2009-02-20 11:03:18 +0000
committerJakob Bornecrantz <jakob@vmware.com>2009-02-20 11:25:55 +0000
commitd67bd60ecf13331ec5aa12bdb88b35f44dccdeb0 (patch)
tree23ed2e0aa17ad9aacbedd2704f18bf59401d4bb9 /src/gallium/drivers/Makefile
parentfffadc219f3900a5b0405a9fddbc289873ea0842 (diff)
gallium: s/GALLIUM_DRIVER_DIRS/GALLIUM_DRIVERS_DIRS/
Diffstat (limited to 'src/gallium/drivers/Makefile')
-rw-r--r--src/gallium/drivers/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/Makefile b/src/gallium/drivers/Makefile
index 9211a93bf7..9fe9b2c11d 100644
--- a/src/gallium/drivers/Makefile
+++ b/src/gallium/drivers/Makefile
@@ -2,7 +2,7 @@
TOP = ../../..
include $(TOP)/configs/current
-SUBDIRS = $(GALLIUM_DRIVER_DIRS)
+SUBDIRS = $(GALLIUM_DRIVERS_DIRS)
default install clean:
@for dir in $(SUBDIRS) ; do \