* libc/iconv/Makefile.am (stmp-def): Use $(MAKE) rather than make.
* libc/iconv/Makefile.in: Regenerate.
This commit is contained in:
@@ -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>
|
2011-11-28 DJ Delorie <dj@redhat.com>
|
||||||
|
|
||||||
* configure.host: Add rl78.
|
* configure.host: Add rl78.
|
||||||
|
@@ -18,7 +18,7 @@ iconv.def: lib/iconv.def
|
|||||||
cp lib/iconv.def iconv.def
|
cp lib/iconv.def iconv.def
|
||||||
|
|
||||||
stmp-def: force
|
stmp-def: force
|
||||||
(cd lib && make doc)
|
(cd lib && $(MAKE) doc)
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
.PHONY: force
|
.PHONY: force
|
||||||
|
@@ -563,7 +563,7 @@ iconv.def: lib/iconv.def
|
|||||||
cp lib/iconv.def iconv.def
|
cp lib/iconv.def iconv.def
|
||||||
|
|
||||||
stmp-def: force
|
stmp-def: force
|
||||||
(cd lib && make doc)
|
(cd lib && $(MAKE) doc)
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
.PHONY: force
|
.PHONY: force
|
||||||
|
Reference in New Issue
Block a user