ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/MacOSX/Makefile.in
(Generate patch)

Comparing BasiliskII/src/MacOSX/Makefile.in (file contents):
Revision 1.30 by nigel, 2009-11-07T07:19:25Z vs.
Revision 1.31 by nigel, 2009-11-07T07:41:04Z

# Line 189 | Line 189 | mostlyclean:
189  
190   clean: mostlyclean
191          rm -f $(UNIXSRCS)
192 +        rm -f README.txt
193  
194   distclean: clean
195          rm -rf $(foreach arch, $(TARGET_ARCHES), $(GEN_DIR).$(arch))
196          rm -rf $(foreach arch, $(TARGET_ARCHES), $(OBJ_DIR).$(arch))
197          rm -rf autom4te.cache
198          rm -f Makefile
199 <        rm -f config.cache config.log config.status config.h
199 <        rm -f Darwin/lowmem Darwin/pagezero
199 >        rm -f config.cache config.log config.status config.h configure
200  
201   depend dep:
202          makedepend $(CPPFLAGS) -Y. $(SRCS) 2>/dev/null

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines