From: David Griffith Date: Tue, 31 Jul 2018 06:20:44 +0000 (-0700) Subject: Remove phonies for version.c to avoid repeated recompilation. X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=de213a3b75641b5e570359e8ce2a8122d734aa7d;p=liskon_frotz.git Remove phonies for version.c to avoid repeated recompilation. --- 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