mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-19 04:48:37 +01:00
Put the changes to the generated build files into their .ac/.am source.
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@29075 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
87cbf3a69a
commit
71707d824a
@ -945,6 +945,15 @@ AC_C_BIGENDIAN
|
||||
# --------
|
||||
|
||||
|
||||
# Configure -lm usage for host tools that need it
|
||||
math_library="-lm"
|
||||
case $host in
|
||||
*-*-haiku*)
|
||||
# no separate math library needed
|
||||
math_library=
|
||||
;;
|
||||
esac
|
||||
|
||||
# These libraries may be used by collect2.
|
||||
# We may need a special search path to get them linked.
|
||||
AC_CACHE_CHECK(for collect2 libraries, gcc_cv_collect2_libs,
|
||||
|
@ -33,7 +33,7 @@ mpfr_TEXINFOS = fdl.texi
|
||||
MAKEINFOFLAGS = --enable-encoding
|
||||
|
||||
get_patches.c: PATCHES get_patches.sh
|
||||
./get_patches.sh > $@ || rm -f $@
|
||||
$(srcdir)/get_patches.sh > $@ || rm -f $@
|
||||
|
||||
# Do not add get_patches.c to CLEANFILES so that this file doesn't
|
||||
# need to be (re)built as long as no patches are applied. Anyway the
|
||||
|
Loading…
Reference in New Issue
Block a user