********> bugfix.4 Author: Dave Case Date: 11/8/97 Programs: spasms Severity: program may not compile under some circumstances Problem: Makefile failed to remove the CONFIG file during a "make clean" This could result in an incorrect file if the program was re-compiled on a different machine. The 5.0 version has a CONFIG file for SGI. Fix: Make the following two-line change to Makefile ----------------------------------------------------------------------------- *** OLD Makefile --- NEW Makefile *************** *** 172,180 **** clean: touch z.f ! ../Clean spasms INPUT OUTPUT *.f cd util ; make clean cleanhere: touch z.f ! ../Clean spasms INPUT OUTPUT *.f --- 172,180 ---- clean: touch z.f ! ../Clean spasms CONFIG INPUT OUTPUT *.f cd util ; make clean cleanhere: touch z.f ! ../Clean spasms CONFIG INPUT OUTPUT *.f ----------------------------------------------------------------------------- Temporary workarounds: remove CONFIG by hand before compiling