diff options
author | Brian Paul <[email protected]> | 2008-07-10 15:11:01 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-07-11 15:45:03 -0600 |
commit | 7986baf7cf5434c0ff8210eedd0be366ab5e8f14 (patch) | |
tree | b49a087674e941251d7bce13024404e30bdd48d0 /src/egl | |
parent | 6e938e4f82755c20472532907cc47c2d501aaee2 (diff) |
build egl subdirs
Diffstat (limited to 'src/egl')
-rw-r--r-- | src/egl/drivers/Makefile | 4 |
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 ; \ |