Hash : 5945f033 Author : Date : 1996-02-27T17:57:37
Updated all tests
Download
1 2 3 4 5 6 7 8 9 10 11 12
#!/bin/sh # Test for this bug: when a Makefile.am builds nothing, no # install-exec target is generated. . $srcdir/defs || exit 1 : > Makefile.am $AUTOMAKE || exit 1 grep '^install-exec:' Makefile.in