diff --git a/Makefile.in b/Makefile.in index 6396d8d..557e2f4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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