no more -T option to pic
This commit is contained in:
parent
8cb76d3ed8
commit
2fb6605800
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
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) ceg.tr | $(REFER) -e -p ceg.ref | $(TBL) > $@
|
||||
|
|
Loading…
Reference in a new issue