mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
4a2a5b1f56
PR: 3950 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
22 lines
456 B
Plaintext
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
|