]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* tests/target-cflags.test: Build in `build/', not `obj/' because
authorAlexandre Duret-Lutz <adl@gnu.org>
Tue, 24 Sep 2002 19:37:24 +0000 (19:37 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Tue, 24 Sep 2002 19:37:24 +0000 (19:37 +0000)
`obj/' is special to BSD make.

ChangeLog
tests/target-cflags.test

index 76b489d64a497fda4e0f4cff7dd36cf8310f5c53..74ae65bd0001770d5d853c73291528f82fb09aa8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2002-09-24  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
+       * 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.
index ceefb69fb53d9955f7f79567e3d60ba9bec41fce..fa4bb9d8c51e82588c9847664abbfb21987f6e6f 100755 (executable)
@@ -61,9 +61,9 @@ set -e
 $ACLOCAL
 $AUTOCONF
 $AUTOMAKE -a
-mkdir obj
+mkdir build
 
-cd obj
+cd build
 ../configure
 $MAKE
 ./foo