********> bugfix.3 Author: Dave Case Date: 11/8/97 Programs: fantasian Severity: program may not compile on some machines Problem: Makefile tried to use C compiler for fortran code Fix: Make the following one-line change to Makefile ----------------------------------------------------------------------------- *** OLD Makefile --- NEW Makefile *************** *** 2,8 **** EXE = fantasian .f.o: $< sup.h ! ../../../Compile CC -P $< $(EXE): $(OBJ) ../../../Compile LOAD -o $(EXE) $(OBJ) -lm --- 2,8 ---- EXE = fantasian .f.o: $< sup.h ! ../../../Compile L0 $< $(EXE): $(OBJ) ../../../Compile LOAD -o $(EXE) $(OBJ) -lm ----------------------------------------------------------------------------- Temporary workarounds: none