*** Makefile.orig Mon May 9 03:26:47 1994 --- Makefile Fri Oct 5 05:18:35 2001 *************** *** 18,24 **** all: $(APPS) atlast: $(ATLOBJ) ! cc $(CFLAGS) $(ATLOBJ) -o atlast $(LIBRARIES) atlast.o: atlast.c atldef.h atldef.h: atlast.h --- 18,24 ---- all: $(APPS) atlast: $(ATLOBJ) ! $(CC) $(CFLAGS) $(ATLOBJ) -o atlast $(LIBRARIES) atlast.o: atlast.c atldef.h atldef.h: atlast.h *************** *** 33,39 **** echo >>/tmp/regin.tmp echo >>/tmp/regin.tmp atlast -iregress /tmp/regout.tmp ! /bin/diff regout.txt /tmp/regout.tmp clean: rm -f $(APPS) --- 33,39 ---- echo >>/tmp/regin.tmp echo >>/tmp/regin.tmp atlast -iregress /tmp/regout.tmp ! /usr/bin/diff regout.txt /tmp/regout.tmp clean: rm -f $(APPS)