********>Bugfix 6:
Author: Istvan Kolosváry
Date: 06/19/2006
Programs: lmod
Description: The "make clean" command will remove some object files that
should not be removed.
Fix: apply the following patch to amber9/src/lmod/lmod/Makefile and to
amber9/src/lmod/xmin/Makefile
------------------------------------------------------------------------------
*** Makefile 3 Apr 2006 23:35:29 -0000 9.0
--- Makefile 19 Jun 2006 06:38:50 -0000
***************
*** 16,20 ****
$(CC) -c $(CFLAGS) $(CPPFLAGS) -O0 -o $@ $<
clean:
! -/bin/rm -f *.o _*.f
--- 16,20 ----
$(CC) -c $(CFLAGS) $(CPPFLAGS) -O0 -o $@ $<
clean:
! -/bin/rm -f ieee.o _*.f
------------------------------------------------------------------------------
Temporary workarounds: none