Makefile: Try to force the makefile to be rebuilt with non-GNU make too.
This commit is contained in:
parent
a441935c37
commit
6c0921c97d
|
@ -482,6 +482,8 @@ ALL_MAKEFILES = \
|
|||
|
||||
Makefile $(ALL_MAKEFILES): config.status
|
||||
@./config.status $@
|
||||
.INIT: Makefile
|
||||
.BEGIN: Makefile
|
||||
|
||||
$(RECURSE_TARGETS) $(MAKEDEP): $(ALL_MAKEFILES)
|
||||
|
||||
|
|
Loading…
Reference in New Issue