use programs and modules from ACK instead of local versions
This commit is contained in:
parent
87af36724b
commit
3ebe2a7176
1 changed files with 2 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
# M A K E F I L E F O R A C K C - C O M P I L E R
|
||||
|
||||
# Machine and environ dependent definitions
|
||||
EM = /user1/erikb/em# # ACK tree on this machine
|
||||
EM = /usr/em# # ACK tree on this machine
|
||||
DESTINATION = /user1/$$USER/bin# # where to put the stuff
|
||||
MKDEP = /user1/erikb/bin/mkdep# # dependency generator
|
||||
MKDEP = $(EM)/bin/mkdep# # dependency generator
|
||||
MAP =
|
||||
#MAP = -DInsertFile=ins_file -DInsertText=ins_text# # bug in m68k2 back end
|
||||
SIM = /user1/dick/bin/sim# # Dicks sim program
|
||||
|
|
Loading…
Reference in a new issue