From: Alexandre Duret-Lutz Date: Tue, 24 Sep 2002 19:37:24 +0000 (+0000) Subject: * tests/target-cflags.test: Build in `build/', not `obj/' because X-Git-Tag: Release-1-7~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b317c4190019a371cb2f10df50ed9de5af6fa85;p=thirdparty%2Fautomake.git * tests/target-cflags.test: Build in `build/', not `obj/' because `obj/' is special to BSD make. --- diff --git a/ChangeLog b/ChangeLog index 76b489d64..74ae65bd0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2002-09-24 Alexandre Duret-Lutz + * tests/target-cflags.test: Build in `build/', not `obj/' because + `obj/' is special to BSD make. + * automake.in (read_am_file): Prefix included files with $(top_srcdir) or $(srcdir) in DIST_COMMON. Fixes subdircond2.test, and subdircond3.test on OSF1. diff --git a/tests/target-cflags.test b/tests/target-cflags.test index ceefb69fb..fa4bb9d8c 100755 --- a/tests/target-cflags.test +++ b/tests/target-cflags.test @@ -61,9 +61,9 @@ set -e $ACLOCAL $AUTOCONF $AUTOMAKE -a -mkdir obj +mkdir build -cd obj +cd build ../configure $MAKE ./foo