From de213a3b75641b5e570359e8ce2a8122d734aa7d Mon Sep 17 00:00:00 2001 From: David Griffith Date: Mon, 30 Jul 2018 23:20:44 -0700 Subject: [PATCH] Remove phonies for version.c to avoid repeated recompilation. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 10f973f..7c11337 100644 --- a/Makefile +++ b/Makefile @@ -329,8 +329,8 @@ help: .SUFFIXES: .c .o .h .PHONY: all clean dist dumb sdl hash help \ - common_defines common_strings curses_defines \ + common_defines curses_defines \ blorb_lib common_lib curses_lib dumb_lib \ install install_dfrotz install_sfrotz \ $(SUBDIRS) $(SUB_CLEAN) \ - $(COMMON_DIR)/defines.h $(COMMON_DIR)/version.c $(CURSES_DIR)/defines.h + $(COMMON_DIR)/defines.h $(CURSES_DIR)/defines.h -- 2.34.1