[Scummvm-cvs-logs] CVS: scummvm Makefile.common,1.38,1.39

Travis Howell kirben at users.sourceforge.net
Sun Nov 24 00:52:02 CET 2002


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1:/tmp/cvs-serv20570

Modified Files:
	Makefile.common 
Log Message:

Clean all objects


Index: Makefile.common
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile.common,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- Makefile.common	21 Nov 2002 20:36:33 -0000	1.38
+++ Makefile.common	24 Nov 2002 08:51:17 -0000	1.39
@@ -34,7 +34,7 @@
 	$(CXX) $(LDFLAGS) -o $@ $+ $(LIBS)
 
 clean:
-	$(RM) scummvm$(EXEEXT)
+	$(RM) $(OBJS) scummvm$(EXEEXT)
 
 .PHONY: all clean dist distclean
 





More information about the Scummvm-git-logs mailing list