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:
Michael Lotz 2009-01-28 16:09:58 +00:00
parent 87cbf3a69a
commit 71707d824a
2 changed files with 10 additions and 1 deletions

View File

@ -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,

View File

@ -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