makefile: warn when Makefile needs to be regenerated

This commit is contained in:
Miroslav Lichvar 2015-06-09 16:43:56 +02:00
parent ba341fe81a
commit 1009fe3d9c

View file

@ -150,6 +150,12 @@ chrony.html : chrony.texi
chrony.info : chrony.texi
makeinfo chrony.texi
Makefile : Makefile.in configure
@echo
@echo Makefile needs to be regenerated, run ./configure
@echo
@exit 1
.deps:
@mkdir .deps