diff options
author | Alan Modra <modra@gmail.com> | 2006-12-11 06:47:57 +0000 |
---|---|---|
committer | Alan Modra <modra@gmail.com> | 2006-12-11 06:47:57 +0000 |
commit | e53c5df0a1efa79a1961ceaf08afe21c9ff4ee69 (patch) | |
tree | 5ae973a9f8b725eef5adb87975e82a4f19c7fea6 /Makefile.tpl | |
parent | 18bff3e03b3eac39f3f85f907e5de8ca50009e32 (diff) | |
download | newlib-e53c5df0a1efa79a1961ceaf08afe21c9ff4ee69.zip newlib-e53c5df0a1efa79a1961ceaf08afe21c9ff4ee69.tar.gz newlib-e53c5df0a1efa79a1961ceaf08afe21c9ff4ee69.tar.bz2 |
* configure.in: Handle spu makefile frag.
* config/mt-spu: New file.
* Makefile.tpl (MAINT): Define
(MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
* configure: Regenerate.
* Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index 7e9cb79..967b5b0 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -73,6 +73,9 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_DATA = @INSTALL_DATA@ LN = @LN@ LN_S = @LN_S@ +MAINT = @MAINT@ +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ # ------------------------------------------------- # Miscellaneous non-standard autoconf-set variables |