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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWade Berrier <wade@mono-cvs.ximian.com>2006-10-25 19:11:45 +0400
committerWade Berrier <wade@mono-cvs.ximian.com>2006-10-25 19:11:45 +0400
commitf474fceb4ec72d3a551e6716545242f14fdf5d0b (patch)
tree1747dea434ad0711eda68681375969ef606b288d /support
parent12e46d9443a0bf65764b7f4c31a5052fc29f26b3 (diff)
* Makefile.am: remove map-icalls.h so make dist succeeds
svn path=/trunk/mono/; revision=66953
Diffstat (limited to 'support')
-rw-r--r--support/ChangeLog4
-rw-r--r--support/Makefile.am3
2 files changed, 5 insertions, 2 deletions
diff --git a/support/ChangeLog b/support/ChangeLog
index 36e411cc475..4636f62eec6 100644
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@ -1,3 +1,7 @@
+2006-10-25 Wade berrier <wberrier@novell.com>
+
+ * Makefile.am: remove map-icalls.h so make dist succeeds
+
2006-10-24 Jonathan Pryor <jonpryor@vt.edu>
* dirent.c, errno.c, fcntl.c, fstab.c, grp.c, macros.c, pwd.c, signal.c,
diff --git a/support/Makefile.am b/support/Makefile.am
index 4c5def0f266..350e82921ab 100644
--- a/support/Makefile.am
+++ b/support/Makefile.am
@@ -21,8 +21,7 @@ MPH_C_SOURCE = \
signal.c \
stdio.c \
string.c \
- stdlib.c \
- map-icalls.h
+ stdlib.c
# Source code which helps implement POSIX and other related Unix standards,
# and *may* be portable between Unix platforms.