summaryrefslogtreecommitdiff
path: root/lib/Automake/Parser/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Automake/Parser/Makefile')
-rw-r--r--lib/Automake/Parser/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Automake/Parser/Makefile b/lib/Automake/Parser/Makefile
index 84c1ca9e2..5df91c3a2 100644
--- a/lib/Automake/Parser/Makefile
+++ b/lib/Automake/Parser/Makefile
@@ -2,7 +2,7 @@
all: ast.png
ast.png: Lexer.pm Tree.pm ParserTable.pm parser.pl input.txt
- perl -I. parser.pl input.txt > ast.gv
+ perl -I. Parser.pl input.txt > ast.gv
unflatten -f -l 10 -c 10 -o ast1.gv ast.gv
dot -Tpng ast1.gv > ast.png
rm ast.gv ast1.gv