Rusty Russell
b08791d4fa
Makefile: add dependencies to fix parallel build.
```
cc tools/headerversions.c
tools/headerversions.c:3:10: fatal error: 'config.h' file not found
#include "config.h"
^~~~~~~~~~
1 error generated.
make: *** [Makefile:299: tools/headerversions.o] Error 1
```
And then:
```
tools/test/enum.c:1:10: fatal error: 'config.h' file not found
#include "config.h"
^~~~~~~~~~
1 error generated.
make: *** [Makefile:299: tools/test/enum.o] Error 1
```
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2023-07-09 16:49:48 +09:30
..
2022-03-25 13:55:44 +10:30
2022-03-25 13:55:44 +10:30
2023-07-09 16:49:48 +09:30
2022-09-12 14:00:41 +02:00
2021-06-04 16:13:08 +09:30