[Scummvm-cvs-logs] SF.net SVN: scummvm: [30897] scummvm/trunk/Makefile.common

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sun Feb 17 19:30:19 CET 2008


Revision: 30897
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30897&view=rev
Author:   fingolfin
Date:     2008-02-17 10:30:18 -0800 (Sun, 17 Feb 2008)

Log Message:
-----------
Delete .d dependency files in 'clean' target, not 'distclean'

Modified Paths:
--------------
    scummvm/trunk/Makefile.common

Modified: scummvm/trunk/Makefile.common
===================================================================
--- scummvm/trunk/Makefile.common	2008-02-17 16:12:54 UTC (rev 30896)
+++ scummvm/trunk/Makefile.common	2008-02-17 18:30:18 UTC (rev 30897)
@@ -64,10 +64,10 @@
 	$(CXX) $(LDFLAGS) $(PRE_OBJS_FLAGS) $+ $(POST_OBJS_FLAGS) $(LIBS) -o $@
 
 distclean: clean
-	$(RM_REC) $(DEPDIRS)
 	$(RM) config.h config.mk config.log
 
 clean:
+	$(RM_REC) $(DEPDIRS)
 	$(RM) $(OBJS) $(EXECUTABLE)
 
 # Old (dumb) compile & dependcy rules


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list