From: David Griffith Date: Tue, 31 Jul 2018 05:59:56 +0000 (-0700) Subject: Put back building of src/common/version.c X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=e51d6d8fc20a37df0099f2746e59fdfc71e85702;p=liskon_frotz.git Put back building of src/common/version.c --- diff --git a/Makefile b/Makefile index 4c82c63..d0d3fa9 100644 --- a/Makefile +++ b/Makefile @@ -165,7 +165,7 @@ SFROTZ_BIN = sfrotz$(EXTENSION) all: $(FROTZ_BIN) $(DFROTZ_BIN) $(SFROTZ_BIN) -$(COMMON_LIB): $(COMMON_DEFINES) $(HASH) $(COMMON_DIR); +$(COMMON_LIB): $(COMMON_DEFINES) $(COMMON_STRINGS) $(HASH) $(COMMON_DIR); $(CURSES_LIB): $(CURSES_DEFINES) $(CURSES_DIR); $(SDL_LIB): $(SDL_DIR); $(DUMB_LIB): $(DUMB_DIR); @@ -305,6 +305,7 @@ frotz-$(GIT_TAG).tar.gz: clean: $(SUB_CLEAN) rm -f $(SRCDIR)/*.h $(SRCDIR)/*.a $(COMMON_DEFINES) \ + $(COMMON_STRINGS) \ $(COMMON_DIR)/git_hash.h $(CURSES_DEFINES) \ $(OBJECTS) frotz*.tar.gz @@ -335,7 +336,7 @@ help: .SUFFIXES: .c .o .h .PHONY: all clean dist dumb sdl hash help \ - common_defines curses_defines \ + common_defines common_strings curses_defines \ blorb_lib common_lib curses_lib dumb_lib \ install install_dfrotz install_sfrotz \ $(SUBDIRS) $(SUB_CLEAN) \