use programs and modules from ACK instead of local versions

This commit is contained in:
erikb 1986-11-10 09:14:29 +00:00
parent 87af36724b
commit 3ebe2a7176

View file

@ -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