diff options
author | Benjamin Franzke <[email protected]> | 2011-03-02 20:17:26 +0100 |
---|---|---|
committer | Benjamin Franzke <[email protected]> | 2011-03-02 20:17:26 +0100 |
commit | 648a16d079282a33289d9b1d91108a665bd84547 (patch) | |
tree | feff7e46cfe7d1bf39eafcb2c26127dc47a0937f /src | |
parent | a6314eb47f0c916c51362dfbd0f1db21e72745ee (diff) |
egl/wayland: build subdirs (wayland-drm) before depend
Autogenerated files need to be generated first.
Diffstat (limited to 'src')
-rw-r--r-- | 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 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) |