From: Dave Hart Date: Tue, 2 Feb 2010 01:29:56 +0000 (+0000) Subject: Makefile.am: X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3e8eb1b6c0c280deda125d7739fa6cb484f06e4;p=thirdparty%2Fntp.git Makefile.am: keyword-gen-utd is intended to have one line of content. bk: 4b678014kH9U25nnmMomcuYS0l6wgw --- diff --git a/ntpd/Makefile.am b/ntpd/Makefile.am index 2eb7160927..251836b365 100644 --- a/ntpd/Makefile.am +++ b/ntpd/Makefile.am @@ -227,7 +227,7 @@ k-g-u-submake: keyword-gen $(srcdir)/keyword-gen-utd: $(srcdir)/keyword-gen.c $(srcdir)/ntp_parser.h $(MAKE) k-g-u-submake # avoid explicit dependency - grep -v diff_ignore_line $(srcdir)/ntp_keyword.h > k-g-u + grep diff_ignore_line $(srcdir)/ntp_keyword.h > k-g-u mv -f k-g-u $@ $(srcdir)/ntp_keyword.h: $(srcdir)/keyword-gen-utd