diff options
-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) |