summaryrefslogtreecommitdiff
path: root/editors/jove/files/patch-aa
blob: 59021888cc5d0f65dc9ce803423240783a93c452 (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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
*** 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