summaryrefslogtreecommitdiff
path: root/src/egl/drivers
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-07-10 15:11:01 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-07-11 15:45:03 -0600
commit7986baf7cf5434c0ff8210eedd0be366ab5e8f14 (patch)
treeb49a087674e941251d7bce13024404e30bdd48d0 /src/egl/drivers
parent6e938e4f82755c20472532907cc47c2d501aaee2 (diff)
build egl subdirs
Diffstat (limited to 'src/egl/drivers')
-rw-r--r--src/egl/drivers/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/egl/drivers/Makefile b/src/egl/drivers/Makefile
index a2d67ca5a8a..6ce0e6b66d1 100644
--- a/src/egl/drivers/Makefile
+++ b/src/egl/drivers/Makefile
@@ -7,10 +7,10 @@ include $(TOP)/configs/current
SUBDIRS = demo dri xdri
-default: conditional_subdirs
+default: dri_subdirs
-# depending on $DRIVER_DIRS...
+# (UNUSED) depending on $DRIVER_DIRS...
conditional_subdirs:
@if [ "${DRIVER_DIRS}" = "dri" ] ; then \
$(MAKE) dri_subdirs ; \