aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Marshall <keithmarshall@@users.sf.net>2012-05-08 19:41:12 +0000
committerKeith Marshall <keithmarshall@@users.sf.net>2012-05-08 19:41:12 +0000
commit359d97110918ee11aeee17a71cc649b9dac6ec7b (patch)
tree8175ba422913d4a239dfa8d9be05a843104a7fdd
parentdfd5d5bea614c4ce80ea90e73a0d47d071e3efa1 (diff)
downloadnewlib-359d97110918ee11aeee17a71cc649b9dac6ec7b.zip
newlib-359d97110918ee11aeee17a71cc649b9dac6ec7b.tar.gz
newlib-359d97110918ee11aeee17a71cc649b9dac6ec7b.tar.bz2
Remove references to nonexistent files.
-rw-r--r--winsup/mingw/ChangeLog10
-rw-r--r--winsup/mingw/mingwex/Makefile.in2
-rw-r--r--winsup/mingw/profile/Makefile.in4
3 files changed, 13 insertions, 3 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index 1dd80cc..7205fb4 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,3 +1,13 @@
+2012-05-08 Keith Marshall <keithmarshall@users.sourceforge.net>
+
+ Remove references to nonexistent files.
+
+ * mingwex/Makefile.in (DISTFILES): Delete references to aclocal.m4,
+ configure.in, and configure; these are no longer required, and are no
+ longer available for distribution.
+
+ * profile/Makefile.in (DISTFILES): Likewise.
+
2012-02-01 Keith Marshall <keithmarshall@users.sourceforge.net>
More performance enhancements and POSIX compliance corrections.
diff --git a/winsup/mingw/mingwex/Makefile.in b/winsup/mingw/mingwex/Makefile.in
index a495d52..59ebac7 100644
--- a/winsup/mingw/mingwex/Makefile.in
+++ b/winsup/mingw/mingwex/Makefile.in
@@ -35,7 +35,7 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@
mkinstalldirs = $(SHELL) $(srcdir)/../mkinstalldirs
DISTFILES = \
- Makefile.in configure configure.in aclocal.m4 \
+ Makefile.in \
_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 83a2880..afd4809 100644
--- a/winsup/mingw/profile/Makefile.in
+++ b/winsup/mingw/profile/Makefile.in
@@ -33,8 +33,8 @@ INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
mkinstalldirs = $(SHELL) $(srcdir)/../mkinstalldirs
-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
+DISTFILES = Makefile.in 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?