don't use $< in non-suffix rules
[automake.git] / tests / proginst.test
blob8065437898aa6d2d75e904270df48eff0501036c
1 #! /bin/sh
3 # Test for bug where when multiple scripts are installed,
4 # the check for AM_PROG_INSTALL fails.
6 . $srcdir/defs || exit 1
8 cat > Makefile.am << 'END'
9 bin_SCRIPTS = zardoz qbert brownie
10 END
12 $AUTOMAKE