Mesa (master): egl/wayland: build subdirs (wayland-drm) before depend

Kristian Høgsberg krh at kemper.freedesktop.org
Wed Mar 2 20:03:12 UTC 2011


Module: Mesa
Branch: master
Commit: 648a16d079282a33289d9b1d91108a665bd84547
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=648a16d079282a33289d9b1d91108a665bd84547

Author: Benjamin Franzke <benjaminfranzke at googlemail.com>
Date:   Wed Mar  2 20:17:26 2011 +0100

egl/wayland: build subdirs (wayland-drm) before depend

Autogenerated files need to be generated first.

---

 src/egl/wayland/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/egl/wayland/Makefile b/src/egl/wayland/Makefile
index 3499aef..f484ff8 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)




More information about the mesa-commit mailing list