mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-11-19 04:22:46 +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)" ]
|
||||
for f in sorted(DEPS.keys()):
|
||||
if not DEPS[f][-1].endswith(".tangled"):
|
||||
output += [ f + ": " + " ".join(DEPS[f]) ]
|
||||
output += [ f + ": include/config.h " + " ".join(DEPS[f]) ]
|
||||
|
||||
output+= ["",
|
||||
"## Test files",
|
||||
|
Loading…
Reference in New Issue
Block a user