make: Replace some executables by absolute paths to improve performance
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
172f7fac01
commit
f5c43f706a
54 changed files with 134 additions and 137 deletions
|
|
@ -20,8 +20,8 @@ kpdf: $(CHOPRO_PDF)
|
|||
mv $@.tmp $@
|
||||
|
||||
clean.chopro:
|
||||
rm -f $(CHOPRO_PS) $(CHOPRO_PDF)
|
||||
$(RM) -f $(CHOPRO_PS) $(CHOPRO_PDF)
|
||||
|
||||
clean.tmp:
|
||||
rm -f *.tmp
|
||||
$(RM) -f *.tmp
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue