]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Cleanup kclk_sel240x.o rules in libparse/Makefile.am
authorHarlan Stenn <stenn@ntp.org>
Sat, 4 Aug 2012 03:15:30 +0000 (23:15 -0400)
committerHarlan Stenn <stenn@ntp.org>
Sat, 4 Aug 2012 03:15:30 +0000 (23:15 -0400)
bk: 501c93d2cJnPhs74bDlZJyGF8x9Zow

ChangeLog
libparse/Makefile.am

index a5a37d894f1f9d421a9f06e705bdc797e23c5083..6321e471400227e9363739490700961e2a03ffe2 100644 (file)
--- 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 <stenn@ntp.org>
 * [Bug 1545] Note why we are logging the Version string.
 * [Bug 1872] Remove legacy ppsclock fdpps, #ifdef PPS.
index 4d3d55462ae0b90d99540496f6493b5f54272c85..a92db1546cbfdfb791f0254363af1169fc57f9f1 100644 (file)
@@ -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 $@