* Makefile.in: Add aclocal.m4:to source release.
* mingwex/Makefile.in: Ditto. * profile/Makefile.in: Ditto.
This commit is contained in:
parent
a44ecdf5ae
commit
5f2d9e5fac
|
@ -1,3 +1,9 @@
|
|||
2006-11-21 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* Makefile.in: Add aclocal.m4:to source release.
|
||||
* mingwex/Makefile.in: Ditto.
|
||||
* profile/Makefile.in: Ditto.
|
||||
|
||||
2006-11-18 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
||||
|
||||
* Include/_mingw.h: Increment version to 3.11.
|
||||
|
|
|
@ -190,7 +190,7 @@ 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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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?
|
||||
|
|
Loading…
Reference in New Issue