[BACK]Return to Makefile.in CVS log [TXT][DIR] Up to [local] / src / usr.bin / sudo

Diff for /src/usr.bin/sudo/Attic/Makefile.in between version 1.42 and 1.43

version 1.42, 2008/11/14 11:53:05 version 1.43, 2008/12/09 22:20:32
Line 21 
Line 21 
 #  #
 # @configure_input@  # @configure_input@
 #  #
 # $Sudo: Makefile.in,v 1.325 2008/11/03 18:19:14 millert Exp $  # $Sudo: Makefile.in,v 1.326 2008/12/03 20:40:47 millert Exp $
 #  #
   
 #### Start of system configuration section. ####  #### Start of system configuration section. ####
Line 435 
Line 435 
         @echo nothing to check          @echo nothing to check
   
 clean:  clean:
         -rm -f *.o *.lo $(PROGS) testsudoers core sudo.core visudo.core \          -rm -f *.o *.lo stamp-* $(PROGS) testsudoers core *.core core.*
                testsudoers.core  
   
 mostlyclean: clean  mostlyclean: clean
   

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43