[Scummvm-cvs-logs] scummvm master -> bf9db9e20d75cc18cb711f148814a5d3aae79483

sev- sev at scummvm.org
Wed May 15 14:43:28 CEST 2013


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
bf9db9e20d MAKE: Make distclean clean everything, including devtools


Commit: bf9db9e20d75cc18cb711f148814a5d3aae79483
    https://github.com/scummvm/scummvm/commit/bf9db9e20d75cc18cb711f148814a5d3aae79483
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2013-05-15T05:42:08-07:00

Commit Message:
MAKE: Make distclean clean everything, including devtools

Changed paths:
    Makefile.common



diff --git a/Makefile.common b/Makefile.common
index 08ff411..4350e16 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -78,7 +78,7 @@ endif
 $(EXECUTABLE): $(OBJS)
 	$(QUIET_LINK)$(LD) $(LDFLAGS) $(PRE_OBJS_FLAGS) $+ $(POST_OBJS_FLAGS) $(LIBS) -o $@
 
-distclean: clean
+distclean: clean clean-devtools
 	$(RM) config.h config.mk config.log
 
 clean:






More information about the Scummvm-git-logs mailing list