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
* configure.in: Upped to version 1.4k.
[automake.git]
/
tests
/
clean.test
blob
e34173f6a30a1ee1d42b20d84100ed2591a053f6
1
#! /bin/sh
2
3
# Test to make sure a clean target depends on previous one.
4
5
.
$srcdir
/
defs ||
exit
1
6
7
: >
Makefile.am
8
9
$AUTOMAKE
||
exit
1
10
11
grep
'^clean-am:.*mostlyclean-am'
Makefile.
in