blob: 8cb88b53387714b92e2a04162796836095963188 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
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
--- 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
@@ -1,3 +1,5 @@
+COMPILERDIR = ${PDSSROOT}/compiler
+
PDSSCMP = ../pdsscmp +s
PDSSASM = ../emulator/pdssasm
PARA =
@@ -8,6 +10,8 @@
all: $(PARA) $(COMPILER)
install:
+ ${BSD_INSTALL_DIR} ${COMPILERDIR}
+ ${BSD_INSTALL_SCRIPT} ${COMPILER} ${COMPILERDIR}
clean:
|