]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Remove redundant manual systime_s.o: systime.c dependency from libntp's
authorDave Hart <hart@ntp.org>
Wed, 25 Apr 2012 03:18:53 +0000 (03:18 +0000)
committerDave Hart <hart@ntp.org>
Wed, 25 Apr 2012 03:18:53 +0000 (03:18 +0000)
Makefile.am.

bk: 4f976d1d2Yy3JC5Trp6G2fJ4y9hhTw

libntp/Makefile.am

index 2190310281111c28ac96cb0c2df11eb600e33d9c..e86a7259af052c19eb166d07291734fffce230a3 100644 (file)
@@ -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