Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2006-11-21 12:30:15 +0300
committerDanny Smith <dannysmith@users.sourceforge.net>2006-11-21 12:30:15 +0300
commit5f2d9e5fac70da8741acb207e1c293f485687a9a (patch)
tree316209bec655507959093d3e7e74a203788be6c0 /winsup/mingw/profile
parenta44ecdf5aecd3eecb583b20af96f164230979ac7 (diff)
* Makefile.in: Add aclocal.m4:to source release.
* mingwex/Makefile.in: Ditto. * profile/Makefile.in: Ditto.
Diffstat (limited to 'winsup/mingw/profile')
-rw-r--r--winsup/mingw/profile/Makefile.in4
1 files changed, 2 insertions, 2 deletions
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?