makefile: warn when Makefile needs to be regenerated
This commit is contained in:
parent
ba341fe81a
commit
1009fe3d9c
1 changed files with 6 additions and 0 deletions
|
@ -150,6 +150,12 @@ chrony.html : chrony.texi
|
||||||
chrony.info : chrony.texi
|
chrony.info : chrony.texi
|
||||||
makeinfo chrony.texi
|
makeinfo chrony.texi
|
||||||
|
|
||||||
|
Makefile : Makefile.in configure
|
||||||
|
@echo
|
||||||
|
@echo Makefile needs to be regenerated, run ./configure
|
||||||
|
@echo
|
||||||
|
@exit 1
|
||||||
|
|
||||||
.deps:
|
.deps:
|
||||||
@mkdir .deps
|
@mkdir .deps
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue