From 2087968d55287078a5ec6976a1b02739cb30b0fc Mon Sep 17 00:00:00 2001 From: Johns Date: Thu, 12 Jan 2012 15:19:19 +0100 Subject: [PATCH] Rebuild objects, when Makefile changes. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 46c961f..fdc69aa 100644 --- a/Makefile +++ b/Makefile @@ -110,6 +110,8 @@ DEPFILE = .dependencies $(DEPFILE): Makefile @$(MAKEDEP) $(DEFINES) $(INCLUDES) $(SRCS) >$@ +$(OBJS): Makefile + -include $(DEPFILE) ### Internationalization (I18N):