finished configurability of tape date and time display positions
[rocksndiamonds.git] / src / Makefile
index 2fec8a09bd3fa93e2a2876322592a8d3872336ab..de82a897b71086a4eb3fb45bdc03fffd796365bc 100644 (file)
@@ -2,9 +2,9 @@
 # Rocks'n'Diamonds - McDuffin Strikes Back!
 # -----------------------------------------------------------------------------
 # (c) 1995-2014 by Artsoft Entertainment
-#                  Holger Schemel
-#                  info@artsoft.org
-#                  http://www.artsoft.org/
+#                  Holger Schemel
+#                  info@artsoft.org
+#                  http://www.artsoft.org/
 # -----------------------------------------------------------------------------
 # src/Makefile
 # =============================================================================
@@ -255,13 +255,13 @@ auto-conf:
                $(CNFS_CMD) $$i > $$i;          \
        done
 
-conf_gfx.h: conf_gfx.c
+conf_gfx.h: conf_gfx.c $(CNFS_CMD)
        @$(MAKE) auto-conf
 
-conf_snd.h: conf_snd.c
+conf_snd.h: conf_snd.c $(CNFS_CMD)
        @$(MAKE) auto-conf
 
-conf_mus.h: conf_mus.c
+conf_mus.h: conf_mus.c $(CNFS_CMD)
        @$(MAKE) auto-conf
 
 # $(TIMESTAMP_FILE): $(SRCS) $(LIBGAME) $(GAME_EM) $(GAME_SP)