mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
f817e9bf2b
PR: 12505 Submitted by: maintainer
14 lines
324 B
Plaintext
14 lines
324 B
Plaintext
--- testcpp/7/makefile Wed Mar 25 20:22:24 1998
|
|
+++ /home/andy/tmp/wrk/testcpp/7/makefile Sun Jul 4 15:50:57 1999
|
|
@@ -16,8 +16,8 @@
|
|
ERR = err
|
|
HDR_FILE =
|
|
SCAN = DLGLexer
|
|
-PCCTS = ../..
|
|
-ANTLR_H = $(PCCTS)/h
|
|
+PCCTS = /usr/local
|
|
+ANTLR_H = $(PCCTS)/include/pccts
|
|
BIN = $(PCCTS)/bin
|
|
ANTLR = $(BIN)/antlr
|
|
DLG = $(BIN)/dlg
|