1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/devel/pccts/files/patch-ao

22 lines
464 B
Plaintext
Raw Normal View History

*** testcpp/11/makefile Sun Sep 24 00:02:11 1995
--- /home/andy/tmp/wrk/testcpp/11/makefile Tue Jun 24 05:57:50 1997
***************
*** 16,23 ****
ERR = err
HDR_FILE =
SCAN = Lexer
! PCCTS = ../..
! ANTLR_H = $(PCCTS)/h
BIN = $(PCCTS)/bin
ANTLR = $(BIN)/antlr
DLG = $(BIN)/dlg
--- 16,23 ----
ERR = err
HDR_FILE =
SCAN = Lexer
! PCCTS = /usr/local
! ANTLR_H = $(PCCTS)/include/pccts
BIN = $(PCCTS)/bin
ANTLR = $(BIN)/antlr
DLG = $(BIN)/dlg