mirror of
https://github.com/yrutschle/sslh.git
synced 2025-04-22 03:30:40 +03:00
Makefile: fix parallel build
version.h is included by some .o files, but it is generated. As such, it must be a dependency of those .o files. Rather than filter exactly which .o file needs it, just add a generic dependency for all .o files on version.h. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
This commit is contained in:
parent
e4a4e04bf8
commit
70a2ea926e
2
Makefile
2
Makefile
@ -67,6 +67,8 @@ version.h:
|
||||
|
||||
sslh: sslh-fork sslh-select
|
||||
|
||||
$(OBJS): version.h
|
||||
|
||||
sslh-fork: version.h $(OBJS) sslh-fork.o Makefile common.h
|
||||
$(CC) $(CFLAGS) $(LDFLAGS) -o sslh-fork sslh-fork.o $(OBJS) $(LIBS)
|
||||
#strip sslh-fork
|
||||
|
Loading…
x
Reference in New Issue
Block a user