]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Makefile.am:
authorDave Hart <hart@ntp.org>
Tue, 2 Feb 2010 01:29:56 +0000 (01:29 +0000)
committerDave Hart <hart@ntp.org>
Tue, 2 Feb 2010 01:29:56 +0000 (01:29 +0000)
  keyword-gen-utd is intended to have one line of content.

bk: 4b678014kH9U25nnmMomcuYS0l6wgw

ntpd/Makefile.am

index 2eb716092775d0b533d18824b61a7a8ce69e96d8..251836b3659f8d46c1bc2f164697c93c2fdbf06d 100644 (file)
@@ -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