1994-11-22 23:08:21 +00:00
|
|
|
*** Makefile.orig Tue Nov 22 14:46:24 1994
|
|
|
|
--- Makefile Tue Nov 22 14:50:29 1994
|
1994-11-20 21:48:00 +00:00
|
|
|
***************
|
|
|
|
*** 39,49 ****
|
|
|
|
DFLTSHELL = /bin/csh
|
|
|
|
|
|
|
|
# to install executable files
|
|
|
|
! XINSTALL=cp
|
1994-11-22 23:08:21 +00:00
|
|
|
! #XINSTALL=/usr/ucb/install -c -m 755 # -s
|
1994-11-20 21:48:00 +00:00
|
|
|
# to install text files
|
|
|
|
! TINSTALL=cp
|
1994-11-22 23:08:21 +00:00
|
|
|
! #TINSTALL=/usr/ucb/install -c -m 644
|
1994-11-20 21:48:00 +00:00
|
|
|
|
1994-11-22 23:08:21 +00:00
|
|
|
# These should all just be right if the above ones are.
|
|
|
|
# You will confuse JOVE if you move anything from LIBDIR or SHAREDIR.
|
1994-11-20 21:48:00 +00:00
|
|
|
--- 39,49 ----
|
|
|
|
DFLTSHELL = /bin/csh
|
|
|
|
|
|
|
|
# to install executable files
|
1994-11-22 23:08:21 +00:00
|
|
|
! #XINSTALL=cp
|
1994-11-20 21:48:00 +00:00
|
|
|
! XINSTALL=install -c -m 755 # -s
|
|
|
|
# to install text files
|
1994-11-22 23:08:21 +00:00
|
|
|
! #TINSTALL=cp
|
1994-11-20 21:48:00 +00:00
|
|
|
! TINSTALL=install -c -m 644
|
|
|
|
|
1994-11-22 23:08:21 +00:00
|
|
|
# These should all just be right if the above ones are.
|
|
|
|
# You will confuse JOVE if you move anything from LIBDIR or SHAREDIR.
|
1994-11-20 21:48:00 +00:00
|
|
|
***************
|
1994-11-22 23:08:21 +00:00
|
|
|
*** 151,157 ****
|
1994-11-20 21:48:00 +00:00
|
|
|
#
|
|
|
|
# You can just say 'make SYSDEFS=-Dwhatever' on these systems.
|
|
|
|
|
1994-11-22 23:08:21 +00:00
|
|
|
! SYSDEFS =
|
1994-11-20 21:48:00 +00:00
|
|
|
|
|
|
|
# for SCO Xenix, set
|
|
|
|
# MEMFLAGS = -Mle
|
1994-11-22 23:08:21 +00:00
|
|
|
--- 151,157 ----
|
1994-11-20 21:48:00 +00:00
|
|
|
#
|
|
|
|
# You can just say 'make SYSDEFS=-Dwhatever' on these systems.
|
|
|
|
|
|
|
|
! SYSDEFS = -DBSDPOSIX
|
|
|
|
|
|
|
|
# for SCO Xenix, set
|
|
|
|
# MEMFLAGS = -Mle
|