Alexandre Julliard : Makefile: Try to force the makefile to be rebuilt with non-GNU make too.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Mar 30 06:20:38 CDT 2007


Module: wine
Branch: master
Commit: 6c0921c97d83fbf53eaf7c8d8710bf280bd0d1c2
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=6c0921c97d83fbf53eaf7c8d8710bf280bd0d1c2

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Mar 30 12:35:25 2007 +0200

Makefile: Try to force the makefile to be rebuilt with non-GNU make too.

---

 Makefile.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 923a33e..5c58163 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)
 




More information about the wine-cvs mailing list