From 42712a02804e237bdd11fd59f2c99ab28558f99d Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Sun, 15 Oct 2017 20:26:49 +0300 Subject: [PATCH] Refined dep-generation condition --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1ef8cf5..f306305 100755 --- a/Makefile +++ b/Makefile @@ -112,7 +112,7 @@ TESTER_OBJECTS := $(patsubst %,$(OBJ)/%.o,$(TESTER_SOURCES)) # Automatic dependency generation -ifneq ($(MAKECMDGOALS),clean) +ifneq ($(filter-out clean bootroms libretro %.bin, $(MAKECMDGOALS)),) -include $(CORE_OBJECTS:.o=.dep) ifneq ($(filter $(MAKECMDGOALS),sdl),) -include $(SDL_OBJECTS:.o=.dep)