diff options
author | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-01 11:16:19 +0000 |
---|---|---|
committer | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-01 11:16:19 +0000 |
commit | 6747e89544499965113710e222655b7ab8e9d50a (patch) | |
tree | acf99e98f934d08c88d9073a45e1e8644b041b32 /libffi/configure | |
parent | b68919f9638fdfe92ca1332ae54576b643e1ea93 (diff) | |
download | gcc-6747e89544499965113710e222655b7ab8e9d50a.tar.gz |
Fix wrongly applied last patch.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62239 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi/configure')
-rwxr-xr-x | libffi/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libffi/configure b/libffi/configure index 7732150c7f3..57dc68f3435 100755 --- a/libffi/configure +++ b/libffi/configure @@ -633,7 +633,7 @@ fi if test "${srcdir}" = "."; then if test "${with_target_subdir}" != "."; then - libffi_basedir="${with_multisrctop}.." + libffi_basedir="${with_multisrctop}../" else libffi_basedir="${with_multisrctop}" fi @@ -4094,7 +4094,7 @@ test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h if test -n "$CONFIG_FILES"; then LD="${ORIGINAL_LD_FOR_MULTILIBS}" - ac_file=Makefile . ${srcdir}/${libffi_basedir}/../config-ml.in + ac_file=Makefile . ${srcdir}/${libffi_basedir}../config-ml.in fi exit 0 |