1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/devel/pccts/files/patch-aj
Thomas Gellekum 4a2a5b1f56 Import a port of The Purdue Compiler Construction Tool Set.
PR:		3950
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1997-07-01 07:48:26 +00:00

22 lines
456 B
Plaintext

*** 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