1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/devel/pccts/files/patch-ag

22 lines
468 B
Plaintext
Raw Normal View History

*** testcpp/4/makefile Tue Oct 3 18:52:25 1995
--- /home/andy/tmp/wrk/testcpp/4/makefile Tue Jun 24 05:51:58 1997
***************
*** 17,24 ****
ERR = err
HDR_FILE =
SCAN = DLGLexer
! PCCTS = ../..
! ANTLR_H = $(PCCTS)/h
BIN = $(PCCTS)/bin
ANTLR = $(BIN)/antlr
DLG = $(BIN)/dlg
--- 17,24 ----
ERR = err
HDR_FILE =
SCAN = DLGLexer
! PCCTS = /usr/local
! ANTLR_H = $(PCCTS)/include/pccts
BIN = $(PCCTS)/bin
ANTLR = $(BIN)/antlr
DLG = $(BIN)/dlg