Rebuild objects, when Makefile changes.

This commit is contained in:
Johns 2012-01-12 15:19:19 +01:00
parent d983f780b3
commit 2087968d55
1 changed files with 2 additions and 0 deletions

View File

@ -110,6 +110,8 @@ DEPFILE = .dependencies
$(DEPFILE): Makefile
@$(MAKEDEP) $(DEFINES) $(INCLUDES) $(SRCS) >$@
$(OBJS): Makefile
-include $(DEPFILE)
### Internationalization (I18N):