summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e420818b18..94537e5fe7 100644
--- a/Makefile
+++ b/Makefile
@@ -210,7 +210,7 @@ ifeq ($(BUILD_VHOOK),yes)
endif
.depend: $(SRCS) version.h
- $(CC) -MM $(CFLAGS) $(SDL_CFLAGS) $^ 1>.depend
+ $(CC) -MM $(CFLAGS) $(SDL_CFLAGS) $(SRCS) 1>.depend
.libs: lib
@test -f .libs || touch .libs