* libc/iconv/Makefile.am (stmp-def): Use $(MAKE) rather than make.
* libc/iconv/Makefile.in: Regenerate.
This commit is contained in:
parent
08d944e19f
commit
a88d73b52b
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue