* libc/iconv/Makefile.am (stmp-def): Use $(MAKE) rather than make.

* libc/iconv/Makefile.in: Regenerate.
This commit is contained in:
Corinna Vinschen 2011-12-06 10:45:05 +00:00
parent 08d944e19f
commit a88d73b52b
3 changed files with 7 additions and 2 deletions

View 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.

View 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

View 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