OpenWrt – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | --- a/Makefile.in |
2 | +++ b/Makefile.in |
||
3 | @@ -163,17 +163,17 @@ dropbearkey: $(dropbearkeyobjs) |
||
4 | dropbearconvert: $(dropbearconvertobjs) |
||
5 | |||
6 | dropbear: $(HEADERS) $(LIBTOM_DEPS) Makefile |
||
7 | - $(CC) $(LDFLAGS) -o $@$(EXEEXT) $($@objs) $(LIBTOM_LIBS) $(LIBS) @CRYPTLIB@ |
||
8 | + +$(CC) $(LDFLAGS) -o $@$(EXEEXT) $($@objs) $(LIBTOM_LIBS) $(LIBS) @CRYPTLIB@ |
||
9 | |||
10 | dbclient: $(HEADERS) $(LIBTOM_DEPS) Makefile |
||
11 | - $(CC) $(LDFLAGS) -o $@$(EXEEXT) $($@objs) $(LIBTOM_LIBS) $(LIBS) |
||
12 | + +$(CC) $(LDFLAGS) -o $@$(EXEEXT) $($@objs) $(LIBTOM_LIBS) $(LIBS) |
||
13 | |||
14 | dropbearkey dropbearconvert: $(HEADERS) $(LIBTOM_DEPS) Makefile |
||
15 | - $(CC) $(LDFLAGS) -o $@$(EXEEXT) $($@objs) $(LIBTOM_LIBS) |
||
16 | + +$(CC) $(LDFLAGS) -o $@$(EXEEXT) $($@objs) $(LIBTOM_LIBS) |
||
17 | |||
18 | # scp doesn't use the libs so is special. |
||
19 | scp: $(SCPOBJS) $(HEADERS) Makefile |
||
20 | - $(CC) $(LDFLAGS) -o $@$(EXEEXT) $(SCPOBJS) |
||
21 | + +$(CC) $(LDFLAGS) -o $@$(EXEEXT) $(SCPOBJS) |
||
22 | |||
23 | |||
24 | # multi-binary compilation. |
||
25 | @@ -184,7 +184,7 @@ ifeq ($(MULTI),1) |
||
26 | endif |
||
27 | |||
28 | dropbearmulti$(EXEEXT): $(HEADERS) $(MULTIOBJS) $(LIBTOM_DEPS) Makefile |
||
29 | - $(CC) $(LDFLAGS) -o $@ $(MULTIOBJS) $(LIBTOM_LIBS) $(LIBS) @CRYPTLIB@ |
||
30 | + +$(CC) $(LDFLAGS) -o $@ $(MULTIOBJS) $(LIBTOM_LIBS) $(LIBS) @CRYPTLIB@ |
||
31 | |||
32 | multibinary: dropbearmulti$(EXEEXT) |
||
33 |