diff options
author | Thomas Fitzsimmons <fitzsim@redhat.com> | 2003-07-14 15:27:04 +0000 |
---|---|---|
committer | Thomas Fitzsimmons <fitzsim@redhat.com> | 2003-07-14 15:27:04 +0000 |
commit | 9ff631a70c520489af06cce5127b9dd5c6e512fe (patch) | |
tree | 3dc8023bde26f346cd2cb8315fb547decd176400 /libgloss/m32r/configure.in | |
parent | 282c0e4790396673b7b9c9c44dd58ad1a777bca2 (diff) | |
download | cygnal-9ff631a70c520489af06cce5127b9dd5c6e512fe.tar.gz cygnal-9ff631a70c520489af06cce5127b9dd5c6e512fe.tar.bz2 cygnal-9ff631a70c520489af06cce5127b9dd5c6e512fe.zip |
2003-07-14 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
* m32r/configure.in: fixed bug to delete ../config-ml.in.
Diffstat (limited to 'libgloss/m32r/configure.in')
-rw-r--r-- | libgloss/m32r/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/m32r/configure.in b/libgloss/m32r/configure.in index cdc118bf4..7ea64c887 100644 --- a/libgloss/m32r/configure.in +++ b/libgloss/m32r/configure.in @@ -72,7 +72,7 @@ host_makefile_frag_path=$host_makefile_frag AC_SUBST(host_makefile_frag_path) AC_SUBST_FILE(host_makefile_frag) -AC_OUTPUT(Makefile +AC_OUTPUT(Makefile, . ${srcdir}/../../config-ml.in, srcdir=${srcdir} target=${target} |