projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c820b0
)
added build dependency for auto-conf files
author
Holger Schemel
<info@artsoft.org>
Mon, 2 Feb 2015 23:13:32 +0000
(
00:13
+0100)
committer
Holger Schemel
<info@artsoft.org>
Mon, 2 Feb 2015 23:13:32 +0000
(
00:13
+0100)
src/Makefile
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index 3da2742424a2086d6eb2e208782a2cc1b7058c94..de82a897b71086a4eb3fb45bdc03fffd796365bc 100644
(file)
--- a/
src/Makefile
+++ b/
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)