2018-07-11 17:28:54 +00:00
|
|
|
--- a/Makefile.in
|
|
|
|
+++ b/Makefile.in
|
2020-11-14 12:04:43 +00:00
|
|
|
@@ -198,17 +198,17 @@ dropbearkey: $(dropbearkeyobjs)
|
2018-07-11 17:28:54 +00:00
|
|
|
dropbearconvert: $(dropbearconvertobjs)
|
|
|
|
|
|
|
|
dropbear: $(HEADERS) $(LIBTOM_DEPS) Makefile
|
2020-06-21 12:36:47 +00:00
|
|
|
- $(CC) $(LDFLAGS) -o $@$(EXEEXT) $($@objs) $(LIBTOM_LIBS) $(LIBS) @CRYPTLIB@ $(PLUGIN_LIBS)
|
|
|
|
+ +$(CC) $(LDFLAGS) -o $@$(EXEEXT) $($@objs) $(LIBTOM_LIBS) $(LIBS) @CRYPTLIB@ $(PLUGIN_LIBS)
|
2018-07-11 17:28:54 +00:00
|
|
|
|
|
|
|
dbclient: $(HEADERS) $(LIBTOM_DEPS) Makefile
|
|
|
|
- $(CC) $(LDFLAGS) -o $@$(EXEEXT) $($@objs) $(LIBTOM_LIBS) $(LIBS)
|
|
|
|
+ +$(CC) $(LDFLAGS) -o $@$(EXEEXT) $($@objs) $(LIBTOM_LIBS) $(LIBS)
|
|
|
|
|
|
|
|
dropbearkey dropbearconvert: $(HEADERS) $(LIBTOM_DEPS) Makefile
|
2019-03-25 18:40:38 +00:00
|
|
|
- $(CC) $(LDFLAGS) -o $@$(EXEEXT) $($@objs) $(LIBTOM_LIBS) $(LIBS)
|
|
|
|
+ +$(CC) $(LDFLAGS) -o $@$(EXEEXT) $($@objs) $(LIBTOM_LIBS) $(LIBS)
|
2018-07-11 17:28:54 +00:00
|
|
|
|
|
|
|
# scp doesn't use the libs so is special.
|
|
|
|
scp: $(SCPOBJS) $(HEADERS) Makefile
|
|
|
|
- $(CC) $(LDFLAGS) -o $@$(EXEEXT) $(SCPOBJS)
|
|
|
|
+ +$(CC) $(LDFLAGS) -o $@$(EXEEXT) $(SCPOBJS)
|
|
|
|
|
|
|
|
|
|
|
|
# multi-binary compilation.
|
2020-11-14 12:04:43 +00:00
|
|
|
@@ -219,7 +219,7 @@ ifeq ($(MULTI),1)
|
2018-07-11 17:28:54 +00:00
|
|
|
endif
|
|
|
|
|
|
|
|
dropbearmulti$(EXEEXT): $(HEADERS) $(MULTIOBJS) $(LIBTOM_DEPS) Makefile
|
|
|
|
- $(CC) $(LDFLAGS) -o $@ $(MULTIOBJS) $(LIBTOM_LIBS) $(LIBS) @CRYPTLIB@
|
|
|
|
+ +$(CC) $(LDFLAGS) -o $@ $(MULTIOBJS) $(LIBTOM_LIBS) $(LIBS) @CRYPTLIB@
|
|
|
|
|
|
|
|
multibinary: dropbearmulti$(EXEEXT)
|
|
|
|
|