Alexandre Julliard : Makefile: Try to force the makefile to be rebuilt with non-GNU make too.
30 Mar
2007
30 Mar
'07
6:20 a.m.
Module: wine Branch: master Commit: 6c0921c97d83fbf53eaf7c8d8710bf280bd0d1c2 URL: http://source.winehq.org/git/wine.git/?a=commit;h=6c0921c97d83fbf53eaf7c8d87... Author: Alexandre Julliard <julliard(a)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)
6831
Age (days ago)
6831
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard