diff --git a/alliance/src/documentation/tutorials/place_and_route/tex/Makefile b/alliance/src/documentation/tutorials/place_and_route/tex/Makefile index 0a8c3c9b..cb9d1f13 100644 --- a/alliance/src/documentation/tutorials/place_and_route/tex/Makefile +++ b/alliance/src/documentation/tutorials/place_and_route/tex/Makefile @@ -16,7 +16,7 @@ place_and_route.dvi : place_and_route.tex $(EPS) latex $< %.eps : %.fig - /usr/pkg/bin/fig2dev -L eps $< > $@ + fig2dev -L eps $< > $@ $(EPS) : $(FIG) $(PDF) : $(EPS)