*** Makefile.org Fri Jul 24 21:39:08 1998 --- Makefile Wed Sep 30 07:46:08 1998 *************** *** 22,28 **** # file named COPYING. Among other things, the copyright notice # and this notice must be preserved on all copies. # ------------------------------------------------------------------ */ ! CFLAGS = -c -O #CC = /usr/local/gcc CC = cc OBJ1 = aux.o dis.o dispatch.o evalexp.o float.o init.o io.o load_work.o --- 22,28 ---- # file named COPYING. Among other things, the copyright notice # and this notice must be preserved on all copies. # ------------------------------------------------------------------ */ ! CFLAGS = -c -O -traditional #CC = /usr/local/gcc CC = cc OBJ1 = aux.o dis.o dispatch.o evalexp.o float.o init.o io.o load_work.o