source:
trunk/essentials/sys-devel/automake-1.4/tests/spell3.test
Last change on this file was 3124, checked in by , 18 years ago | |
---|---|
File size: 230 bytes |
Line | |
---|---|
1 | #! /bin/sh |
2 | |
3 | # Test to make sure some internal _DEPENDENCIES variables don't cause |
4 | # errors. |
5 | |
6 | . $srcdir/defs || exit 1 |
7 | |
8 | cat > Makefile.am << 'END' |
9 | TAGS_DEPENDENCIES = joe |
10 | ## Required to avoid error. |
11 | ETAGS_ARGS = joe |
12 | END |
13 | |
14 | $AUTOMAKE |
Note:
See TracBrowser
for help on using the repository browser.