From: Harlan Stenn Date: Mon, 14 Oct 2002 01:30:22 +0000 (-0400) Subject: Make sure the winnt .ds[wp] files in the tarball have DOS EOLs. X-Git-Tag: NTP_4_1_1C_RC1~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b21e6a772519248c325f13dee744d44cbf1da97;p=thirdparty%2Fntp.git Make sure the winnt .ds[wp] files in the tarball have DOS EOLs. bk: 3daa1e2eiMUDbCDA_EwfMSf4B-riFw --- diff --git a/Makefile.am b/Makefile.am index ec5713e93..578dfa331 100644 --- a/Makefile.am +++ b/Makefile.am @@ -79,6 +79,8 @@ $(srcdir)/version: FRC.version dist-hook: @find $(distdir) -type d -name CVS -print | xargs rm -rf @find $(distdir) -type d -name SCCS -print | xargs rm -rf + @for i in `find $(distdir)/ports/winnt -type f -name '*.ds*' -print`; \ + do unix2dos $$i $$i; done .warning: @echo "Compiling with GCC now generates lots of new warnings."