X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2FMakefile;h=8f18fa7679f134fe705f121107479f52f2d745f6;hb=035b753f2a4929225a7db8a9d49d46b54457cd81;hp=70fb390f18d84e966bda5cd583fc35fdb611ec58;hpb=be1fbc11a1cb9b02031ca92447d3ca9e4049c0b6;p=rocksndiamonds.git diff --git a/src/Makefile b/src/Makefile index 70fb390f..8f18fa76 100644 --- a/src/Makefile +++ b/src/Makefile @@ -4,7 +4,7 @@ # (c) 1995-2015 by Artsoft Entertainment # Holger Schemel # info@artsoft.org -# http://www.artsoft.org/ +# https://www.artsoft.org/ # ----------------------------------------------------------------------------- # src/Makefile # ============================================================================= @@ -271,10 +271,13 @@ conf_snd.h: conf_snd.c $(CNFS_CMD) conf_mus.h: conf_mus.c $(CNFS_CMD) @$(MAKE) auto-conf -$(TIMESTAMP_FILE): $(SRCS) $(RNDLIBS) +conf-time: @echo '#define SOURCE_DATE_STRING "$(SOURCE_DATE_STRING)"' \ > $(TIMESTAMP_FILE) +$(TIMESTAMP_FILE): $(SRCS) $(RNDLIBS) + @$(MAKE) conf-time + $(ICON): # $(CONVERT) $(ICON32X32) $(CONVERT_ICON_ARGS) $(ICONBASE).ico $(CONVERT) $(ICON_PATH)/*.png $(CONVERT_ICON_ARGS) $(ICONBASE).ico