********>Bugfix 17
Author: Istvan Kolossvary, applied by Dave Case
Date: 08/25/2006
Programs: build procedure
Description: We are still trying to get the "clean" target in src/lmod
to do the right thing in all circumstances. This is an update
to bugfix.6
Fix: apply the following patches to src/lmod/lmod/Makefile, and to
src/lmod/xmin/Makefile
------------------------------------------------------------------------------
For amber9/src/lmod/lmod/Makefile:
*** Makefile 3 Apr 2006 23:35:29 -0000 9.0
--- Makefile 25 Aug 2006 16:54:17 -0000
***************
*** 16,20 ****
$(CC) -c $(CFLAGS) $(CPPFLAGS) -O0 -o $@ $<
clean:
! -/bin/rm -f ieee.o _*.f
--- 16,20 ----
$(CC) -c $(CFLAGS) $(CPPFLAGS) -O0 -o $@ $<
clean:
! -/bin/rm -f ieee.o lmod.o _*.f
For amber9/src/lmod/xmin/Makefile:
*** Makefile 3 Apr 2006 23:35:29 -0000 9.0
--- Makefile 25 Aug 2006 16:54:17 -0000
***************
*** 16,20 ****
$(CC) -c $(CFLAGS) $(CPPFLAGS) -O0 -o $@ $<
clean:
! -/bin/rm -f ieee.o _*.f
--- 16,20 ----
$(CC) -c $(CFLAGS) $(CPPFLAGS) -O0 -o $@ $<
clean:
! -/bin/rm -f ieee.o xmin.o _*.f
------------------------------------------------------------------------------
Temporary workarounds: none