don't assum '.' is in PATH

This commit is contained in:
Guido van Rossum 1994-10-20 22:01:07 +00:00
parent 411a8bd799
commit e6757c2cd4
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ qua.dvi: qua.tex quabib.bib
$(DVIPS) qua >qua.ps
lib.texi: lib*.tex texipre.dat texipost.dat partparse.py fix.el
python partparse.py -o @lib.texi `whichlibs`
python partparse.py -o @lib.texi `./whichlibs`
emacs -batch -l fix.el -f save-buffer -kill
mv @lib.texi lib.texi