the .dot files also depend on the gen_ladder.pl program

This commit is contained in:
Harald Welte 2010-07-09 09:51:00 +02:00
parent efffc3c65c
commit 7eb91aa630
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ DOT=dot
default:
%.dot: %.lad
$(GL) $^ > $@
%.dot: %.lad $(GL)
$(GL) $< > $@
%.ps: %.dot
$(DOT) -Tps < $^ > $@