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:
authorCorinna Vinschen <corinna@vinschen.de>2011-12-06 14:45:05 +0400
committerCorinna Vinschen <corinna@vinschen.de>2011-12-06 14:45:05 +0400
commita88d73b52b006b960b4bb3235c266241999b0037 (patch)
tree3d1da9ecc3b9a7168deb6613b5c50febea591e3f
parent08d944e19fbbc9f4f81b0632aa38b7f0f5d52690 (diff)
* libc/iconv/Makefile.am (stmp-def): Use $(MAKE) rather than make.
* libc/iconv/Makefile.in: Regenerate.
-rw-r--r--newlib/ChangeLog5
-rw-r--r--newlib/libc/iconv/Makefile.am2
-rw-r--r--newlib/libc/iconv/Makefile.in2
3 files changed, 7 insertions, 2 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index dd20f7665..e1007479e 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,8 @@
+2011-12-06 Chris Johns <chrisj@rtems.org>
+
+ * libc/iconv/Makefile.am (stmp-def): Use $(MAKE) rather than make.
+ * libc/iconv/Makefile.in: Regenerate.
+
2011-11-28 DJ Delorie <dj@redhat.com>
* configure.host: Add rl78.
diff --git a/newlib/libc/iconv/Makefile.am b/newlib/libc/iconv/Makefile.am
index a5456878a..561f03e48 100644
--- a/newlib/libc/iconv/Makefile.am
+++ b/newlib/libc/iconv/Makefile.am
@@ -18,7 +18,7 @@ iconv.def: lib/iconv.def
cp lib/iconv.def iconv.def
stmp-def: force
- (cd lib && make doc)
+ (cd lib && $(MAKE) doc)
touch $@
.PHONY: force
diff --git a/newlib/libc/iconv/Makefile.in b/newlib/libc/iconv/Makefile.in
index 86cb57c82..d18f20a33 100644
--- a/newlib/libc/iconv/Makefile.in
+++ b/newlib/libc/iconv/Makefile.in
@@ -563,7 +563,7 @@ iconv.def: lib/iconv.def
cp lib/iconv.def iconv.def
stmp-def: force
- (cd lib && make doc)
+ (cd lib && $(MAKE) doc)
touch $@
.PHONY: force