summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2011-03-02 20:17:26 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2011-03-02 20:17:26 +0100
commit648a16d079282a33289d9b1d91108a665bd84547 (patch)
treefeff7e46cfe7d1bf39eafcb2c26127dc47a0937f
parenta6314eb47f0c916c51362dfbd0f1db21e72745ee (diff)
egl/wayland: build subdirs (wayland-drm) before depend
Autogenerated files need to be generated first.
-rw-r--r--src/egl/wayland/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egl/wayland/Makefile b/src/egl/wayland/Makefile
index 3499aef0486..f484ff8989a 100644
--- a/src/egl/wayland/Makefile
+++ b/src/egl/wayland/Makefile
@@ -23,7 +23,7 @@ SUBDIRS = wayland-drm
$(CC) -c $(INCLUDE_DIRS) $(CFLAGS) $(LOCAL_CFLAGS) $< -o $@
-default: depend subdirs library
+default: subdirs depend library
# wayland-egl Library
library: $(TOP)/$(LIB_DIR)/$(WAYLAND_EGL_LIB_NAME)