[Scummvm-cvs-logs] CVS: residual Makefile.common,1.11,1.12

James Brown ender at users.sourceforge.net
Thu Dec 30 18:56:01 CET 2004


Update of /cvsroot/scummvm/residual
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18212

Modified Files:
	Makefile.common 
Log Message:
Fix residuals make clean


Index: Makefile.common
===================================================================
RCS file: /cvsroot/scummvm/residual/Makefile.common,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Makefile.common	29 Dec 2004 06:40:40 -0000	1.11
+++ Makefile.common	31 Dec 2004 02:54:56 -0000	1.12
@@ -71,6 +71,6 @@
 	$(CXX) $(CXXFLAGS) -MMD -c $(<) -o $*.o
 
 clean: 
-	-rm -f residual$(EXEEXT) *.o *~ mixer\*.o *.d mixer\*.d mixer\*~ lua\*.o *.d lua\*.d lua\*~
+	-rm -f residual$(EXEEXT) *.o *.d mixer/*.o mixer/*.d imuse/*.o imuse/*.d lua/*.o *.d lua/*.d
 
 -include $(DEPS)





More information about the Scummvm-git-logs mailing list