[Scummvm-git-logs] scummvm master -> fb01b1fe54079fc8af810b2d8b8c5dc587413e5d
ccawley2011
ccawley2011 at gmail.com
Wed Aug 11 11:02:38 UTC 2021
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:
fb01b1fe54 BUILD: Remove configure.stamp as part of make distclean
Commit: fb01b1fe54079fc8af810b2d8b8c5dc587413e5d
https://github.com/scummvm/scummvm/commit/fb01b1fe54079fc8af810b2d8b8c5dc587413e5d
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2021-08-11T12:02:23+01:00
Commit Message:
BUILD: Remove configure.stamp as part of make distclean
Changed paths:
Makefile.common
diff --git a/Makefile.common b/Makefile.common
index 5fe97a6f71..6628d5a7e2 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -131,7 +131,7 @@ $(EXECUTABLE).dwp: $(EXECUTABLE)
endif
distclean: clean clean-devtools
- $(RM) config.h config.mk config.log engines/engines.mk engines/plugins_table.h
+ $(RM) config.h config.mk config.log configure.stamp engines/engines.mk engines/plugins_table.h
clean: clean-toplevel
clean-toplevel:
More information about the Scummvm-git-logs
mailing list