From: Miroslav Lichvar Date: Tue, 9 Jun 2015 14:43:56 +0000 (+0200) Subject: makefile: warn when Makefile needs to be regenerated X-Git-Tag: 2.1-pre1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1009fe3d9cf34352d6638318236f40218d77db24;p=thirdparty%2Fchrony.git makefile: warn when Makefile needs to be regenerated --- diff --git a/Makefile.in b/Makefile.in index 6396d8d3..557e2f41 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