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
nothing
[automake.git]
/
tests
/
instexec.test
blob
98480a015aca22a8593e50561d0770769640320f
1
#!/bin/sh
2
3
# Test for this bug: when a Makefile.am builds nothing, no
4
# install-exec target is generated.
5
6
.
$srcdir
/
defs ||
exit
1
7
8
: >
Makefile.am
9
10
$AUTOMAKE
||
exit
1
11
12
grep
'^install-exec:'
Makefile.
in