diff options
Diffstat (limited to 'gdbsupport')
-rw-r--r-- | gdbsupport/Makefile.in | 1 | ||||
-rwxr-xr-x | gdbsupport/configure | 2 | ||||
-rw-r--r-- | gdbsupport/configure.ac | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/gdbsupport/Makefile.in b/gdbsupport/Makefile.in index bdceff3..6aadae4 100644 --- a/gdbsupport/Makefile.in +++ b/gdbsupport/Makefile.in @@ -233,6 +233,7 @@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ +CONFIG_STATUS_DEPENDENCIES = @CONFIG_STATUS_DEPENDENCIES@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ diff --git a/gdbsupport/configure b/gdbsupport/configure index 0b48521..1b07526 100755 --- a/gdbsupport/configure +++ b/gdbsupport/configure @@ -10470,7 +10470,7 @@ $as_echo "#define USE_WIN32API 1" >>confdefs.h ;; esac -CONFIG_STATUS_DEPENDENCIES='$srcdir/../bfd/development.sh' +CONFIG_STATUS_DEPENDENCIES='$(srcdir)/../bfd/development.sh' ac_config_files="$ac_config_files Makefile" diff --git a/gdbsupport/configure.ac b/gdbsupport/configure.ac index ac2ade6..3b461bc 100644 --- a/gdbsupport/configure.ac +++ b/gdbsupport/configure.ac @@ -81,7 +81,7 @@ case ${host} in ;; esac -AC_SUBST([CONFIG_STATUS_DEPENDENCIES], ['$srcdir/../bfd/development.sh']) +AC_SUBST([CONFIG_STATUS_DEPENDENCIES], ['$(srcdir)/../bfd/development.sh']) AC_CONFIG_FILES([Makefile]) AC_OUTPUT |