From: Andrew M. <fit...@us...> - 2006-03-10 17:08:08
|
Update of /cvsroot/radmind/radmind-assistant/rte In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30914/rte Modified Files: Makefile Log Message: RA Makefile: tmpval no longer appended to volname; clean uses correct configuration. RTE Makefile: clean uses correct configuration. RSM Makefile: clean uses correct configuration. Index: Makefile =================================================================== RCS file: /cvsroot/radmind/radmind-assistant/rte/Makefile,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Makefile 10 Mar 2006 13:46:09 -0000 1.8 --- Makefile 10 Mar 2006 17:08:03 -0000 1.9 *************** *** 19,23 **** clean : rm -f *.o a.out core ! xcodebuild clean distclean : clean --- 19,23 ---- clean : rm -f *.o a.out core ! xcodebuild -configuration ${CONFIGURATION} clean distclean : clean |