From 6c0921c97d83fbf53eaf7c8d8710bf280bd0d1c2 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Fri, 30 Mar 2007 12:35:25 +0200 Subject: [PATCH] Makefile: Try to force the makefile to be rebuilt with non-GNU make too. --- Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.in b/Makefile.in index 923a33edbc2..5c581630085 100644 --- a/Makefile.in +++ b/Makefile.in @@ -482,6 +482,8 @@ ALL_MAKEFILES = \ Makefile $(ALL_MAKEFILES): config.status @./config.status $@ +.INIT: Makefile +.BEGIN: Makefile $(RECURSE_TARGETS) $(MAKEDEP): $(ALL_MAKEFILES)