* lib/am/depend.am (distclean-depend): Erase %DEPDIRS%, not $(DEPDIRS).
[platform/upstream/automake.git] / tests / instman2.test
1 #! /bin/sh
2
3 # Test to make sure mkinstalldirs invocation correct in install-man
4 # target.  Bug reported by Gordon Irlam <gordoni@cygnus.com>.
5
6 . $srcdir/defs || exit 1
7
8 cat > Makefile.am << 'EOF'
9 man8_MANS = frob.8
10 EOF
11
12 : > frob.8
13
14 $ACLOCAL || exit 1
15 $AUTOMAKE || exit 1
16
17 grep '^install-man' Makefile.in