From: Harlan Stenn Date: Sat, 4 Aug 2012 03:15:30 +0000 (-0400) Subject: Cleanup kclk_sel240x.o rules in libparse/Makefile.am X-Git-Tag: NTP_4_2_7P293~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99193732e7da7163def35f092f3aab8e4cb72e75;p=thirdparty%2Fntp.git Cleanup kclk_sel240x.o rules in libparse/Makefile.am bk: 501c93d2cJnPhs74bDlZJyGF8x9Zow --- diff --git a/ChangeLog b/ChangeLog index a5a37d894..6321e4714 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ * [Bug 2247] (more) Get rid of the TRAK refclock - deprecated since 2006. * Documentation cleanup from Mike T. +* Cleanup kclk_sel240x.o rules in libparse/Makefile.am. (4.2.7p292) 2012/08/02 Released by Harlan Stenn * [Bug 1545] Note why we are logging the Version string. * [Bug 1872] Remove legacy ppsclock fdpps, #ifdef PPS. diff --git a/libparse/Makefile.am b/libparse/Makefile.am index 4d3d55462..a92db1546 100644 --- a/libparse/Makefile.am +++ b/libparse/Makefile.am @@ -50,7 +50,7 @@ libparse_kernel_a_LIBADD = \ kclk_trimtsip.o \ kclk_varitext.o \ kclk_wharton.o \ - kclk_sel240x$u.o \ + kclk_sel240x.o \ kbinio.o \ kieee754io.o \ kmfp_mul.o \ @@ -118,9 +118,6 @@ kclk_wharton.o: $(srcdir)/clk_wharton.c kclk_sel240x.o: $(srcdir)/clk_sel240x.c $(COMPILE) $(K_CFLAGS) -c $(srcdir)/clk_sel240x.c -o $@ -kclk_sel240x.o: $(srcdir)/clk_sel240x.c - $(COMPILE) $(K_CFLAGS) -c $(srcdir)/clk_sel240x.c -o $@ - kparse.o: $(srcdir)/parse.c $(COMPILE) $(K_CFLAGS) -c $(srcdir)/parse.c -o $@