git ssb

0+

cel / sslh



Commit 4413284420e2b1eb93d7f2630e237fd2f497f584

Merge pull request #120 from yann-morin-1998/yem/parallel-make

Makefile: fix parallel build
yrutschle authored on 2/23/2017, 9:54:55 PM
GitHub committed on 2/23/2017, 9:54:55 PM
Parent: e4a4e04bf87cc6460fe9790ffc4a796e60ab698c
Parent: 70a2ea926efc8ca455b08d230b90789a57bc29c6

Files changed

Makefilechanged
MakefileView
@@ -66,8 +66,10 @@
6666 ./genver.sh >version.h
6767
6868 sslh: sslh-fork sslh-select
6969
70+$(OBJS): version.h
71+
7072 sslh-fork: version.h $(OBJS) sslh-fork.o Makefile common.h
7173 $(CC) $(CFLAGS) $(LDFLAGS) -o sslh-fork sslh-fork.o $(OBJS) $(LIBS)
7274 #strip sslh-fork
7375

Built with git-ssb-web