Ignore:
Timestamp:
Feb 15, 2021, 10:13:01 PM (3 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
c6640a3
Parents:
79debb02
Message:

fix Makefile problem building fairness.svg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/thierry_delisle_PhD/thesis/Makefile

    r79debb02 rb20465a  
    88BibTeX = BIBINPUTS=${TeXLIB} && export BIBINPUTS && bibtex
    99
    10 MAKEFLAGS = --no-print-directory --silent
     10MAKEFLAGS = --no-print-directory # --silent
    1111VPATH = ${Build} ${Figures}
    1212
     
    5252# Directives #
    5353
     54.NOTPARALLEL:                                           # cannot make in parallel
     55
    5456.PHONY : all clean                                      # not file names
    5557
     
    8385        ${LaTeX} $<
    8486
    85 build/fairness.svg : fig/fairness.py | ${Build}
    86         python3 $< $@
    87 
    8887## Define the default recipes.
    8988
     
    107106        sed -i 's/$@/${Build}\/$@/g' ${Build}/$@_t
    108107
    109 build/fairness.svg: fig/fairness.py | ${Build}
    110         python3 fig/fairness.py build/fairness.svg
     108build/fairness.svg : fig/fairness.py | ${Build}
     109        python3 $< $@
    111110
    112111## pstex with inverted colors
Note: See TracChangeset for help on using the changeset viewer.