aboutsummaryrefslogtreecommitdiff
path: root/editors/jove/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'editors/jove/files/patch-aa')
-rw-r--r--editors/jove/files/patch-aa44
1 files changed, 0 insertions, 44 deletions
diff --git a/editors/jove/files/patch-aa b/editors/jove/files/patch-aa
deleted file mode 100644
index 59021888cc5d..000000000000
--- a/editors/jove/files/patch-aa
+++ /dev/null
@@ -1,44 +0,0 @@
-*** Makefile.orig Tue Nov 22 14:46:24 1994
---- Makefile Tue Nov 22 14:50:29 1994
-***************
-*** 39,49 ****
- DFLTSHELL = /bin/csh
-
- # to install executable files
-! XINSTALL=cp
-! #XINSTALL=/usr/ucb/install -c -m 755 # -s
- # to install text files
-! TINSTALL=cp
-! #TINSTALL=/usr/ucb/install -c -m 644
-
- # These should all just be right if the above ones are.
- # You will confuse JOVE if you move anything from LIBDIR or SHAREDIR.
---- 39,49 ----
- DFLTSHELL = /bin/csh
-
- # to install executable files
-! #XINSTALL=cp
-! XINSTALL=install -c -m 755 # -s
- # to install text files
-! #TINSTALL=cp
-! TINSTALL=install -c -m 644
-
- # These should all just be right if the above ones are.
- # You will confuse JOVE if you move anything from LIBDIR or SHAREDIR.
-***************
-*** 151,157 ****
- #
- # You can just say 'make SYSDEFS=-Dwhatever' on these systems.
-
-! SYSDEFS =
-
- # for SCO Xenix, set
- # MEMFLAGS = -Mle
---- 151,157 ----
- #
- # You can just say 'make SYSDEFS=-Dwhatever' on these systems.
-
-! SYSDEFS = -DBSDPOSIX
-
- # for SCO Xenix, set
- # MEMFLAGS = -Mle