Add missing header dependencies to Makefile

This commit is contained in:
Andrew Bettison 2015-09-21 12:45:03 +09:30
parent 487fe462b2
commit 3c18b7a3d9

View File

@ -173,6 +173,8 @@ $(SERVAL_DAEMON_OBJS): $(HDRS)
$(SERVALD_OBJS): Makefile
$(LIB_SERVAL_OBJS): $(HDRS) Makefile
$(TEST_OBJS): $(HDRS) Makefile
$(OBJSDIR_TOOLS)/tfw_createfile.o: str.h Makefile
$(OBJSDIR_TOOLS)/directory_service.o: $(HDRS) Makefile
$(MONITOR_CLIENT_OBJS): $(HDRS) Makefile
$(SIMULATOR_OBJS): $(HDRS) Makefile