From 5f2d9e5fac70da8741acb207e1c293f485687a9a Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Tue, 21 Nov 2006 09:30:15 +0000 Subject: * Makefile.in: Add aclocal.m4:to source release. * mingwex/Makefile.in: Ditto. * profile/Makefile.in: Ditto. --- winsup/mingw/ChangeLog | 6 ++++++ winsup/mingw/Makefile.in | 4 ++-- winsup/mingw/mingwex/Makefile.in | 2 +- winsup/mingw/profile/Makefile.in | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) (limited to 'winsup') diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog index bc69bd8bb..7e1470c51 100644 --- a/winsup/mingw/ChangeLog +++ b/winsup/mingw/ChangeLog @@ -1,3 +1,9 @@ +2006-11-21 Danny Smith + + * Makefile.in: Add aclocal.m4:to source release. + * mingwex/Makefile.in: Ditto. + * profile/Makefile.in: Ditto. + 2006-11-18 Chris Sutcliffe * Include/_mingw.h: Increment version to 3.11. diff --git a/winsup/mingw/Makefile.in b/winsup/mingw/Makefile.in index c931fb6e0..41c8ee991 100644 --- a/winsup/mingw/Makefile.in +++ b/winsup/mingw/Makefile.in @@ -190,14 +190,14 @@ INSTDOCS = CONTRIBUTORS \ SRCDIST_FILES = CRT_noglob.c CRTfmode.c CRTglob.c CRTinit.c ChangeLog \ Makefile.in README TODO config.guess config.sub configure configure.in \ -crt1.c crtdll.def crtmt.c crtst.c dllcrt1.c dllmain.c \ +aclocal.m4 crt1.c crtdll.def crtmt.c crtst.c dllcrt1.c dllmain.c \ gccmain.c init.c install-sh jamfile main.c mkinstalldirs \ moldname.def.in msvcrt.def.in \ mthr.c mthr_init.c mthr_stub.c readme.txt \ isascii.c iscsym.c iscsymf.c toascii.c \ strcasecmp.c strncasecmp.c wcscmpi.c \ CRT_fp8.c CRT_fp10.c test_headers.c txtmode.c binmode.c pseudo-reloc.c \ -pseudo-reloc-list.c cpu_features.c cpu_features.h\ +pseudo-reloc-list.c cpu_features.c cpu_features.h \ DISCLAIMER CONTRIBUTORS diff --git a/winsup/mingw/mingwex/Makefile.in b/winsup/mingw/mingwex/Makefile.in index dba443183..8775c3235 100644 --- a/winsup/mingw/mingwex/Makefile.in +++ b/winsup/mingw/mingwex/Makefile.in @@ -25,7 +25,7 @@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ mkinstalldirs = $(SHELL) $(srcdir)/../mkinstalldirs -DISTFILES = Makefile.in configure configure.in \ +DISTFILES = Makefile.in configure configure.in aclocal.m4 \ _Exit.c atoll.c dirent.c feclearexcept.c fegetenv.c \ fegetexceptflag.c fegetround.c feholdexcept.c feraiseexcept.c \ fesetenv.c fesetexceptflag.c fesetround.c fetestexcept.c \ diff --git a/winsup/mingw/profile/Makefile.in b/winsup/mingw/profile/Makefile.in index 97508c27b..5afe58aa4 100644 --- a/winsup/mingw/profile/Makefile.in +++ b/winsup/mingw/profile/Makefile.in @@ -25,8 +25,8 @@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ mkinstalldirs = $(SHELL) $(srcdir)/../mkinstalldirs -DISTFILES = Makefile.in configure configure.in gcrt0.c gmon.c gmon.h mcount.c \ -profil.c profil.h profile.h CYGWIN_LICENSE COPYING +DISTFILES = Makefile.in configure configure.in aclocal.m4 gcrt0.c gmon.c gmon.h \ +mcount.c profil.c profil.h profile.h CYGWIN_LICENSE COPYING CC = @CC@ # FIXME: Which is it, CC or CC_FOR_TARGET? -- cgit v1.2.3