From 1009fe3d9cf34352d6638318236f40218d77db24 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Tue, 9 Jun 2015 16:43:56 +0200 Subject: [PATCH] makefile: warn when Makefile needs to be regenerated --- Makefile.in | 6 ++++++ 1 file changed, 6 insertions(+) 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