From 4924cb9036cfe0f435a4a09db6f86d59a3a132d8 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Wed, 12 Jan 2011 18:09:12 +0800 Subject: egl: libEGL depends on LOCAL_LIBS. So that libEGL is rebuilt whenever LOCAL_LIBS changes. --- src/egl/main/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/egl') diff --git a/src/egl/main/Makefile b/src/egl/main/Makefile index 0eb309c196..c710631688 100644 --- a/src/egl/main/Makefile +++ b/src/egl/main/Makefile @@ -93,7 +93,7 @@ default: depend library # EGL Library library: $(TOP)/$(LIB_DIR)/$(EGL_LIB_NAME) -$(TOP)/$(LIB_DIR)/$(EGL_LIB_NAME): $(OBJECTS) +$(TOP)/$(LIB_DIR)/$(EGL_LIB_NAME): $(OBJECTS) $(LOCAL_LIBS) $(MKLIB) -o $(EGL_LIB) -linker '$(CC)' -ldflags '$(LDFLAGS)' \ -major $(EGL_MAJOR) -minor $(EGL_MINOR) \ -install $(TOP)/$(LIB_DIR) $(MKLIB_OPTIONS) \ -- cgit v1.2.3