From 8b317c4190019a371cb2f10df50ed9de5af6fa85 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Tue, 24 Sep 2002 19:37:24 +0000 Subject: [PATCH] * tests/target-cflags.test: Build in `build/', not `obj/' because `obj/' is special to BSD make. --- ChangeLog | 3 +++ tests/target-cflags.test | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) 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 -- 2.47.2