diff options
author | Alan Modra <amodra@gmail.com> | 2021-09-03 09:22:08 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2021-09-03 11:45:58 +0930 |
commit | 06520412a5512988e42ff5f81d59ba0326036830 (patch) | |
tree | e54c700373dbf0286807cc081a8665e3b257a852 /zlib | |
parent | 7a554b2725e6c336ff98dc671848a29d55f4c16f (diff) | |
download | gdb-06520412a5512988e42ff5f81d59ba0326036830.zip gdb-06520412a5512988e42ff5f81d59ba0326036830.tar.gz gdb-06520412a5512988e42ff5f81d59ba0326036830.tar.bz2 |
haiku tidy
--enable-maintainer-mode showed a number of files needing to be
regenerated, and in the case of ld/Makefile.in that the file was
regenerated by hand. Nothing to see here really.
ld/
* Makefile.am (ALL_64_EMULATION_SOURCES): Sort haiku entry.
* Makefile.in: Regenerate.
* po/BLD-POTFILES.in: Regenerate.
libctf/
* configure: Regenerate.
zlib/
* configure: Regenerate.
Diffstat (limited to 'zlib')
-rwxr-xr-x | zlib/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib/configure b/zlib/configure index 695819c..fb392d5 100755 --- a/zlib/configure +++ b/zlib/configure @@ -9851,7 +9851,7 @@ haiku*) soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LIBRARY_PATH shlibpath_overrides_runpath=yes - sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib' + sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' hardcode_into_libs=yes ;; |