ENFS CVS: nexus Makefile,1.6,1.7
                
                Brought to you by:
                
                    tramm
                    
                
            
            
        
        
        
    | 
     
      
      
      From: Tramm H. <tr...@us...> - 2001-11-21 00:41:15
      
     
   | 
Update of /cvsroot/enfs/nexus In directory usw-pr-cvs1:/tmp/cvs-serv26107 Modified Files: Makefile Log Message: Makefile cleansing and unused code pruning Index: Makefile =================================================================== RCS file: /cvsroot/enfs/nexus/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- Makefile 2001/11/19 23:38:15 1.6 +++ Makefile 2001/11/21 00:41:13 1.7 @@ -95,6 +95,7 @@ a.out \ errs \ out \ + .gdbinit \ ; @for i in $(SUBDIR); do ( \ cd $$i; \  |