diff options
Diffstat (limited to 'lang/pdss/files/patch-mpimos:Makefile')
-rw-r--r-- | lang/pdss/files/patch-mpimos:Makefile | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/lang/pdss/files/patch-mpimos:Makefile b/lang/pdss/files/patch-mpimos:Makefile deleted file mode 100644 index d7e166231d5c..000000000000 --- a/lang/pdss/files/patch-mpimos:Makefile +++ /dev/null @@ -1,29 +0,0 @@ -Index: mpimos/Makefile -=================================================================== -RCS file: /ext/cvs/PDSS/mpimos/Makefile,v -retrieving revision 1.1.1.1 -diff -u -u -r1.1.1.1 Makefile ---- mpimos/Makefile 11 Jun 2002 16:11:11 -0000 1.1.1.1 -+++ mpimos/Makefile 12 Dec 2002 01:45:59 -0000 -@@ -1,3 +1,6 @@ -+MPIMOSDIR = ${PDSSROOT}/mpimos -+MPIMOSSRCDIR= ${PDSSSHARE}/mpimos -+ - PDSSCMP = ../pdsscmp +s - PDSSASM = ../emulator/pdssasm - PARA = -@@ -14,9 +17,13 @@ - mpimos_iodev.sav mpimos_windev.sav \ - mpimos_fildev.sav mpimos_timdev.sav - --all: $(PARA) $(MPIMOS) -+all: $(PARA) - - install: -+ ${BSD_INSTALL_DIR} ${MPIMOSDIR} -+ ${BSD_INSTALL_SCRIPT} ${MPIMOS} ${MPIMOSDIR} -+ ${BSD_INSTALL_DIR} ${MPIMOSSRCDIR} -+ ${BSD_INSTALL_DATA} *.kl1 ${MPIMOSSRCDIR} - - clean: - |