1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/devel/pccts/files/patch-aj

22 lines
456 B
Plaintext
Raw Normal View History

*** testcpp/6/makefile2 Tue Oct 3 23:40:01 1995
--- /home/andy/tmp/wrk/testcpp/6/makefile2 Tue Jun 24 12:53:56 1997
***************
*** 14,21 ****
ERR = B/err
HDR_FILE =
SCAN = B/BLexer
! PCCTS = ../..
! A_H = $(PCCTS)/h
BIN = $(PCCTS)/bin
A = $(BIN)/antlr
D = $(BIN)/dlg
--- 14,21 ----
ERR = B/err
HDR_FILE =
SCAN = B/BLexer
! PCCTS = /usr/local
! A_H = $(PCCTS)/include/pccts
BIN = $(PCCTS)/bin
A = $(BIN)/antlr
D = $(BIN)/dlg