From: Harlan Stenn Date: Fri, 24 Jun 2011 05:25:47 +0000 (-0400) Subject: Fix typos in [s]bin_PROGRAMS in ntpd/Makefile.am X-Git-Tag: NTP_4_2_7P187~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a05df57e606cc36c9ad29f4d7b07cbd94e004140;p=thirdparty%2Fntp.git Fix typos in [s]bin_PROGRAMS in ntpd/Makefile.am bk: 4e041fdbacJ0ZtELW4Dx3uzvC1n2QA --- diff --git a/ChangeLog b/ChangeLog index 206739446..cb72785a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +* Fix typos in [s]bin_PROGRAMS in ntpd/Makefile.am. (4.2.7p186) 2011/06/23 Released by Harlan Stenn * [Bug 1950] Control installation of event_rpcgen.py. * Update .point-changed-filelist for the new man pages. diff --git a/ntpd/Makefile.am b/ntpd/Makefile.am index 358df80d8..979219a70 100644 --- a/ntpd/Makefile.am +++ b/ntpd/Makefile.am @@ -1,7 +1,7 @@ NULL= -bin_PROGRAMS= $(NTPD_BD) $(NTPDSIM_BD) -sbin_PROGRAMS= $(NTPD_BS) $(NTPDSIM_BS) +bin_PROGRAMS= $(NTPD_DB) $(NTPDSIM_DB) +sbin_PROGRAMS= $(NTPD_DS) $(NTPDSIM_DS) noinst_LIBRARIES= libntpd.a