automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lex3-needs-gnu-make.patch


From: Alexandre Duret-Lutz
Subject: lex3-needs-gnu-make.patch
Date: 25 Nov 2001 23:07:59 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

FAIL: lex3.test
... happens when make does not support VPATH;.
That's another failure I've seen on OpenBSD.

./foo.c is rebuilt from
$(srcdir)/foo.l during make distcheck, and distcheck aborts
because distclean leaves foo.c in the build directory.

Index: ChangeLog
--- ChangeLog
+++ ChangeLog
@@ -1,1 +1,5 @@
+2001-11-25  Alexandre Duret-Lutz  <address@hidden>
+
+       * tests/lex3.test: Require GNU Make.
+

Index: tests/lex3.test
===================================================================
RCS file: /home/adl/CVSROOT/automake-20011123-1047/tests/lex3.test,v
retrieving revision 1.1
diff -u -r1.1 lex3.test
--- tests/lex3.test     23 Nov 2001 09:48:06 -0000      1.1
+++ tests/lex3.test     25 Nov 2001 21:57:07 -0000
@@ -8,6 +8,9 @@
 # Fail gracefully if no autoconf.
 $needs_autoconf
 
+# Likewise for GNU Make (we need VPATH support for `make distcheck').
+$needs_gnu_make
+
 # Likewise for gcc.
 (gcc -v) > /dev/null 2>&1 || exit 77
 
 

-- 
Alexandre Duret-Lutz



reply via email to

[Prev in Thread] Current Thread [Next in Thread]