[Scummvm-git-logs] scummvm master -> 0d916a9ef331a5049ea5384b832e41010e0a6667

ccawley2011 ccawley2011 at gmail.com
Mon Aug 23 12:53:58 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:
0d916a9ef3 BUILD: Remove engines/detection_table.h as part of make distclean


Commit: 0d916a9ef331a5049ea5384b832e41010e0a6667
    https://github.com/scummvm/scummvm/commit/0d916a9ef331a5049ea5384b832e41010e0a6667
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2021-08-23T13:53:46+01:00

Commit Message:
BUILD: Remove engines/detection_table.h as part of make distclean

Changed paths:
    Makefile.common


diff --git a/Makefile.common b/Makefile.common
index 6628d5a7e2..d46a0347e0 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 configure.stamp engines/engines.mk engines/plugins_table.h
+	$(RM) config.h config.mk config.log configure.stamp engines/engines.mk engines/detection_table.h engines/plugins_table.h
 
 clean: clean-toplevel
 clean-toplevel:




More information about the Scummvm-git-logs mailing list