[Scummvm-cvs-logs] CVS: residual Makefile.common,1.15,1.16

Pawel Kolodziejski aquadran at users.sourceforge.net
Wed Jan 12 14:50:17 CET 2005


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

Modified Files:
	Makefile.common 
Log Message:
fixed cleanup tinygl dir

Index: Makefile.common
===================================================================
RCS file: /cvsroot/scummvm/residual/Makefile.common,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- Makefile.common	12 Jan 2005 18:13:46 -0000	1.15
+++ Makefile.common	12 Jan 2005 22:49:26 -0000	1.16
@@ -94,6 +94,6 @@
 	$(CXX) $(CXXFLAGS) -MMD -c $(<) -o $*.o
 
 clean: 
-	-rm -f residual$(EXEEXT) *.o *.d mixer/*.o mixer/*.d imuse/*.o imuse/*.d lua/*.o *.d lua/*.d
+	-rm -f residual$(EXEEXT) *.o *.d mixer/*.o mixer/*.d imuse/*.o imuse/*.d lua/*.o *.d lua/*.d tinygl/*.o *.d tinygl/*.d
 
 -include $(DEPS)





More information about the Scummvm-git-logs mailing list