build: make sure version.c is created before making tools/
This commit is contained in:
5
Makefile
5
Makefile
@@ -18,7 +18,7 @@ grafx2:
|
||||
ziprelease: grafx2
|
||||
$(OPT)$(MAKE) -C src/ ziprelease
|
||||
|
||||
tools:
|
||||
tools: src/version.c
|
||||
$(MAKE) -C tools/
|
||||
|
||||
3rdparty:
|
||||
@@ -37,3 +37,6 @@ doxygenarchive:
|
||||
# generate HTML doc to doc/html
|
||||
htmldoc:
|
||||
$(MAKE) -C src/ htmldoc
|
||||
|
||||
# this C file is generated by the build
|
||||
src/version.c: grafx2
|
||||
|
||||
Reference in New Issue
Block a user