From: Harlan Stenn Date: Mon, 21 Sep 2015 10:30:35 +0000 (+0000) Subject: Clean trailing whitespace in tests/ntpd/Makefile.am. Harlan Stenn. X-Git-Tag: NTP_4_3_72~2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d15a0df67f813c246c55932987fd3688450fea5;p=thirdparty%2Fntp.git Clean trailing whitespace in tests/ntpd/Makefile.am. Harlan Stenn. bk: 55ffdc4bnp0xEJQ3B9gFrseS9tJd6A --- diff --git a/ChangeLog b/ChangeLog index e870c0ee6..c5670e34c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -116,6 +116,7 @@ fixed formatting. Tomasz Flendrich * Cleanup various test Makefile.am files. Harlan Stenn. * Pthread autoconf macro cleanup. Harlan Stenn. * Fix progname definition in unity runner scripts. Harlan Stenn. +* Clean trailing whitespace in tests/ntpd/Makefile.am. Harlan Stenn. --- (4.2.8p3) 2015/06/29 Released by Harlan Stenn diff --git a/tests/ntpd/Makefile.am b/tests/ntpd/Makefile.am index 403f636d1..dbb059fca 100644 --- a/tests/ntpd/Makefile.am +++ b/tests/ntpd/Makefile.am @@ -2,7 +2,7 @@ NULL = BUILT_SOURCES = CLEANFILES = -std_unity_list = \ +std_unity_list = \ $(top_srcdir)/sntp/unity/auto/generate_test_runner.rb \ $(NULL) @@ -14,7 +14,7 @@ check_PROGRAMS = \ test-ntp_restrict \ test-ntp_scanner \ test-ntp_signd \ - test-rc_cmdlength \ + test-rc_cmdlength \ $(NULL) EXTRA_PROGRAMS = \ @@ -159,7 +159,7 @@ test_ntp_scanner_CFLAGS = \ test_ntp_scanner_LDADD = \ $(unity_tests_LDADD) \ $(top_builddir)/ntpd/ntp_config.o \ - $(top_builddir)/ntpd/ntp_parser.o \ + $(top_builddir)/ntpd/ntp_parser.o \ $(NULL) test_ntp_scanner_SOURCES = \ @@ -181,8 +181,8 @@ endif ## check-libntp.mf - automake fragment ## slightly adapted for deeper directory -BUILT_SOURCES += check-libntpd check-libntp check-libunity -CLEANFILES += check-libntpd check-libntp check-libunity +BUILT_SOURCES += check-libntpd check-libntp check-libunity +CLEANFILES += check-libntpd check-libntp check-libunity check-libntpd: ../../ntpd/libntpd.a @echo stamp > $@