mirror of
https://github.com/mirror/make.git
synced 2025-01-01 07:50:52 +08:00
Formerly compatMakefile.~70~
This commit is contained in:
parent
6ed99f4d40
commit
6dbdf2caa8
@ -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 New Issue
Block a user