mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-11-03 20:54:09 +01:00
Added dependency to config.h in makefiles
This commit is contained in:
parent
1b02b49f51
commit
d6ddfda80a
@ -235,7 +235,7 @@ def main():
|
|||||||
"$(src_qmckl_fo): $(src_qmckl_f)" ]
|
"$(src_qmckl_fo): $(src_qmckl_f)" ]
|
||||||
for f in sorted(DEPS.keys()):
|
for f in sorted(DEPS.keys()):
|
||||||
if not DEPS[f][-1].endswith(".tangled"):
|
if not DEPS[f][-1].endswith(".tangled"):
|
||||||
output += [ f + ": " + " ".join(DEPS[f]) ]
|
output += [ f + ": include/config.h " + " ".join(DEPS[f]) ]
|
||||||
|
|
||||||
output+= ["",
|
output+= ["",
|
||||||
"## Test files",
|
"## Test files",
|
||||||
|
Loading…
Reference in New Issue
Block a user