diff -cr make-3.44/Makefile make-3.44.alto/Makefile *** make-3.44/Makefile Sat Mar 25 04:18:23 1989 --- make-3.44.alto/Makefile Thu Mar 30 16:22:12 1989 *************** *** 24,31 **** # add `-DNO_MINUS_C_MINUS_O' to CFLAGS. CC = gcc ! CFLAGS = -g -O ! LDFLAGS = -g # Define UMAX here to use Encore's inq_stats call. # If the load average is in a symbol in /dev/kmem, define KERNEL_FILE if not --- 24,32 ---- # add `-DNO_MINUS_C_MINUS_O' to CFLAGS. CC = gcc ! CFLAGS = -O -DUSG -DNO_MINUS_C_MINUS_O ! LDFLAGS = ! LOADLIBES = -lndir # Define UMAX here to use Encore's inq_stats call. # If the load average is in a symbol in /dev/kmem, define KERNEL_FILE if not *************** *** 36,42 **** # `struct nlist' is an array that must be copied into, define NLIST_NAME_ARRAY. # Otherwise, define NO_LDAV. ! LOAD_AVG = # If your system doesn't have alloca, or the one provided is bad, # get it from the Emacs distribution and define these. --- 37,43 ---- # `struct nlist' is an array that must be copied into, define NLIST_NAME_ARRAY. # Otherwise, define NO_LDAV. ! LOAD_AVG = -DNO_LDAV # If your system doesn't have alloca, or the one provided is bad, # get it from the Emacs distribution and define these. *************** *** 44,50 **** #ALLOCA = alloca.o #ALLOCASRC = alloca.c ! bindir = $(prefix)/usr/local/bin objs = arscan.o glob.o ar.o commands.o dir.o file.o load.o make.o \ read.o remake.o remote.o rule.o variable.o vpath.o version.o \ --- 45,51 ---- #ALLOCA = alloca.o #ALLOCASRC = alloca.c ! bindir = $(prefix)/usr/gbin objs = arscan.o glob.o ar.o commands.o dir.o file.o load.o make.o \ read.o remake.o remote.o rule.o variable.o vpath.o version.o \