diff options
author | Andreas Jaeger <aj@gcc.gnu.org> | 2003-02-01 12:16:19 +0100 |
---|---|---|
committer | Andreas Jaeger <aj@gcc.gnu.org> | 2003-02-01 12:16:19 +0100 |
commit | 3123c967cc071b53150074d5cc27dab503244888 (patch) | |
tree | acf99e98f934d08c88d9073a45e1e8644b041b32 /libffi | |
parent | 5175d1b8e8ddf18aa6707864b93f8db6d707fc9e (diff) | |
download | gcc-3123c967cc071b53150074d5cc27dab503244888.zip gcc-3123c967cc071b53150074d5cc27dab503244888.tar.gz gcc-3123c967cc071b53150074d5cc27dab503244888.tar.bz2 |
Fix wrongly applied last patch.
From-SVN: r62239
Diffstat (limited to 'libffi')
-rwxr-xr-x | libffi/configure | 4 | ||||
-rw-r--r-- | libffi/configure.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libffi/configure b/libffi/configure index 7732150..57dc68f 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 diff --git a/libffi/configure.in b/libffi/configure.in index b79c090..89b96af 100644 --- a/libffi/configure.in +++ b/libffi/configure.in @@ -22,7 +22,7 @@ dnl --with-target-subdir, --with-multisrctop, --with-multisubdir if test "${srcdir}" = "."; then if test "${with_target_subdir}" != "."; then - libffi_basedir="${with_multisrctop}.." + libffi_basedir="${with_multisrctop}../" else libffi_basedir="${with_multisrctop}" fi @@ -186,7 +186,7 @@ AC_OUTPUT(include/Makefile include/ffi.h Makefile, [ 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 ], srcdir=${srcdir} |