repo.or.cz
/
automake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
From Nicolas Joly:
[automake.git]
/
tests
/
rulepat.test
blob
1a1544ceae518af7f82daf7dd86ef68d72b1617c
1
#! /bin/sh
2
3
# Test to make sure RULE_PATTERN catches strange targets.
4
5
.
$srcdir
/
defs ||
exit
1
6
7
cat
>
Makefile.am
<<
'END'
8
$
(
srcdir
)/
Makefile.am
:
9
END
10
11
$AUTOMAKE
||
exit
1
12
13
grep
'^$(srcdir)/Makefile\.am'
Makefile.
in