diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2002-12-12 15:35:01 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2002-12-12 15:35:01 +0000 |
commit | bf77e055bf7826489365d492df015cab272ed97b (patch) | |
tree | 1745d1634968b50468bd4aa20c5160fd3774e161 /lang/pdss/files/patch-compiler:Makefile | |
parent | Fix fetch and update version for www/swish-e (diff) |
Fix build error in CURRENT and reduce some compiler warning
(add prototypes).
PR: ports/46204
Submitted by: NINOMIYA Hideyuki <nin@Jp.FreeBSD.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=71581
Diffstat (limited to 'lang/pdss/files/patch-compiler:Makefile')
-rw-r--r-- | lang/pdss/files/patch-compiler:Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/lang/pdss/files/patch-compiler:Makefile b/lang/pdss/files/patch-compiler:Makefile index 8cb88b533877..f1fa2c553b7a 100644 --- a/lang/pdss/files/patch-compiler:Makefile +++ b/lang/pdss/files/patch-compiler:Makefile @@ -2,18 +2,21 @@ Index: compiler/Makefile =================================================================== RCS file: /ext/cvs/PDSS/compiler/Makefile,v retrieving revision 1.1.1.1 -retrieving revision 1.1.1.1.2.2 -diff -u -r1.1.1.1 -r1.1.1.1.2.2 +diff -u -u -r1.1.1.1 Makefile --- compiler/Makefile 11 Jun 2002 16:11:13 -0000 1.1.1.1 -+++ compiler/Makefile 5 Sep 2002 08:26:56 -0000 1.1.1.1.2.2 ++++ compiler/Makefile 12 Dec 2002 01:43:33 -0000 @@ -1,3 +1,5 @@ +COMPILERDIR = ${PDSSROOT}/compiler + PDSSCMP = ../pdsscmp +s PDSSASM = ../emulator/pdssasm PARA = -@@ -8,6 +10,8 @@ - all: $(PARA) $(COMPILER) +@@ -5,9 +7,11 @@ + COMPILER = blt.sav com.sav comp.sav mrb.sav norm.sav outp.sav reader.sav \ + reg.sav macarg.sav macro.sav mactbl.sav struct.sav + +-all: $(PARA) $(COMPILER) ++all: $(PARA) install: + ${BSD_INSTALL_DIR} ${COMPILERDIR} |