From: Dave Hart Date: Wed, 25 Apr 2012 03:18:53 +0000 (+0000) Subject: Remove redundant manual systime_s.o: systime.c dependency from libntp's X-Git-Tag: NTP_4_2_7P274~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=698508dcf5382b2de66220d5482c5f0ca03ea47c;p=thirdparty%2Fntp.git Remove redundant manual systime_s.o: systime.c dependency from libntp's Makefile.am. bk: 4f976d1d2Yy3JC5Trp6G2fJ4y9hhTw --- diff --git a/libntp/Makefile.am b/libntp/Makefile.am index 219031028..e86a7259a 100644 --- a/libntp/Makefile.am +++ b/libntp/Makefile.am @@ -117,12 +117,5 @@ AM_CPPFLAGS += $(CPPFLAGS_NTP) EXTRA_DIST = README -# systime_s.c includes systime.c, and after a deps-ver bump triggers -# regeneration of dummy .deps/*.Po files, make will be unaware of the -# need to rebuild systime_s.o for a newer systime.c without an explicit -# dependency. - -systime_s.$(OBJEXT): $(srcdir)/systime.c - include $(top_srcdir)/depsver.mf include $(top_srcdir)/includes.mf