]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Avoid spurious SCCS get
authorHarlan Stenn <stenn@ntp.org>
Thu, 17 Sep 2015 11:09:07 +0000 (11:09 +0000)
committerHarlan Stenn <stenn@ntp.org>
Thu, 17 Sep 2015 11:09:07 +0000 (11:09 +0000)
bk: 55fa9f53SDY8U9nSCwvWtG7tjJ51fQ

ntpd/Makefile.am

index c94f7c09edf649c8ab10978ca8f37cf71a3995c3..a5690b70d39182ba1af6a4d41155386dadb2bbf0 100644 (file)
@@ -432,6 +432,9 @@ version.c: $(ntpd_OBJECTS) ../libntp/libntp.a @LIBPARSE@ Makefile $(top_srcdir)/
 version.o: version.c
        env CCACHE_DISABLE=1 $(COMPILE) -c version.c -o version.o
 
+$(srcdir)/Makefile.am:
+       @: do-nothing
+
 include $(top_srcdir)/bincheck.mf
 include $(top_srcdir)/check-libopts.mf
 include $(top_srcdir)/sntp/check-libntp.mf