source:
trunk/essentials/sys-devel/automake-1.4/tests/instexec.test
Last change on this file was 3124, checked in by , 18 years ago | |
---|---|
File size: 205 bytes |
Line | |
---|---|
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 |
Note:
See TracBrowser
for help on using the repository browser.