mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-01-06 05:04:42 +00:00
Formerly compatMakefile.~70~
This commit is contained in:
parent
6ed99f4d40
commit
6dbdf2caa8
1 changed files with 3 additions and 1 deletions
|
@ -213,8 +213,10 @@ glob-clean glob-realclean:
|
|||
|
||||
Makefile: config.status $(srcdir)/Makefile.in
|
||||
$(SHELL) config.status
|
||||
config.h: config.status $(srcdir)/config.h.in
|
||||
config.h: stamp-config ;
|
||||
stamp-config: config.status $(srcdir)/config.h.in
|
||||
$(SHELL) config.status
|
||||
touch stamp-config
|
||||
|
||||
configure: configure.in
|
||||
autoconf $(ACFLAGS)
|
||||
|
|
Loading…
Reference in a new issue