projects
/
platform
/
upstream
/
automake.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02ce5d5
)
tests: fix spurious failure when testing wildcards in EXTRA_DIST
author
Stefano Lattarini
<stefano.lattarini@gmail.com>
Thu, 16 Feb 2012 09:05:35 +0000
(10:05 +0100)
committer
Stefano Lattarini
<stefano.lattarini@gmail.com>
Thu, 16 Feb 2012 09:05:35 +0000
(10:05 +0100)
* tests/extra10.test: Remove the "make distcheck" call, since, at
least with GNU make 3.82, it trips on the fact that $(srcdir) is
not explicitly used in the wildcard in EXTRA_DIST.
tests/extra10.test
patch
|
blob
|
history
diff --git
a/tests/extra10.test
b/tests/extra10.test
index a635f9ccad0c40a4256cb9fb117a2806fbebc9ec..a695186f6b3e4ac4c84a07150b77ad9b48d7a8a4 100755
(executable)
--- a/
tests/extra10.test
+++ b/
tests/extra10.test
@@
-47,6
+47,4
@@
echo ccc > c.bar
./configure
$MAKE test
-$MAKE distcheck
-
: