3 # Test to make sure subdir source file generates explicit dependency.
5 .
$srcdir/defs ||
exit 1
7 cat > Makefile.am
<< 'END'
8 bin_PROGRAMS
= zardoz widdershins
9 zardoz_SOURCES
= y.c x
/z.c
10 widdershins_SOURCES
= x
/z.c
13 cat >> configure.
in << 'END'
24 grep '^z\.o: x/z\.c$' Makefile.
in