Makefile: make config.mk the dependency of object files

This commit is contained in:
Nguyen Anh Quynh 2014-03-27 17:54:27 +08:00
parent 12e6ebcb94
commit 731f73fd80
1 changed files with 2 additions and 0 deletions

View File

@ -212,6 +212,8 @@ all: $(LIBRARY) $(ARCHIVE) $(PKGCFGF)
$(LIBRARY): $(LIBOBJ)
$(CC) $(LDFLAGS) $(LIBOBJ) -o $(LIBRARY)
$(LIBOBJ): config.mk
$(LIBOBJ_ARM): $(DEP_ARM)
$(LIBOBJ_ARM64): $(DEP_ARM64)
$(LIBOBJ_MIPS): $(DEP_MIPS)