OSDN Git Service

* libc/iconv/Makefile.am (stmp-def): Use $(MAKE) rather than make.
authorcorinna <corinna>
Tue, 6 Dec 2011 10:45:04 +0000 (10:45 +0000)
committercorinna <corinna>
Tue, 6 Dec 2011 10:45:04 +0000 (10:45 +0000)
* libc/iconv/Makefile.in: Regenerate.

newlib/ChangeLog
newlib/libc/iconv/Makefile.am
newlib/libc/iconv/Makefile.in

index dd20f76..e100747 100644 (file)
@@ -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.
index a545687..561f03e 100644 (file)
@@ -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
index 86cb57c..d18f20a 100644 (file)
@@ -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