diff options
Diffstat (limited to 'devel/pccts/files/patch-aj')
-rw-r--r-- | devel/pccts/files/patch-aj | 34 |
1 files changed, 13 insertions, 21 deletions
diff --git a/devel/pccts/files/patch-aj b/devel/pccts/files/patch-aj index 84e163bd09f8..610c1c4f1e3d 100644 --- a/devel/pccts/files/patch-aj +++ b/devel/pccts/files/patch-aj @@ -1,21 +1,13 @@ -*** 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 +--- testcpp/6/makefile2 Wed Oct 4 02:40:02 1995 ++++ /home/andy/tmp/wrk/testcpp/6/makefile2 Sun Jul 4 16:01:45 1999 +@@ -14,8 +14,8 @@ + ERR = B/err + HDR_FILE = + SCAN = B/BLexer +-PCCTS = ../.. +-A_H = $(PCCTS)/h ++PCCTS = /usr/local ++A_H = $(PCCTS)/include/pccts + BIN = $(PCCTS)/bin + A = $(BIN)/antlr + D = $(BIN)/dlg |