From 648a16d079282a33289d9b1d91108a665bd84547 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Wed, 2 Mar 2011 20:17:26 +0100 Subject: egl/wayland: build subdirs (wayland-drm) before depend Autogenerated files need to be generated first. --- src/egl/wayland/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/egl') diff --git a/src/egl/wayland/Makefile b/src/egl/wayland/Makefile index 3499aef048..f484ff8989 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) -- cgit v1.2.3