diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -199,7 +199,7 @@ ifeq ($(BUILD_VHOOK),yes) $(MAKE) -C vhook depend endif -.depend: $(SRCS) +.depend: $(SRCS) version.h $(CC) -MM $(CFLAGS) $(SDL_CFLAGS) $^ 1>.depend .libs: lib |