use $(REFER) instead of refer
This commit is contained in:
parent
3a3db29339
commit
b708373ff8
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
PIC=pic
|
||||
TBL=tbl
|
||||
TARGET=-Tlp
|
||||
REFER=refer
|
||||
|
||||
../ceg.doc: ceg.tr ceg.ref
|
||||
$(PIC) $(TARGET) ceg.tr | refer -e -p ceg.ref | $(TBL) > $@
|
||||
$(PIC) $(TARGET) ceg.tr | $(REFER) -e -p ceg.ref | $(TBL) > $@
|
||||
|
|
Loading…
Reference in a new issue