mirror of git://anongit.mindrot.org/openssh.git
<Whistle> Umm.. Made a minor mistake put -o instead of -c in .c.o section.
Wonder why I did not catch it during the test compile on TWO different platforms!
This commit is contained in:
parent
6c3ae2ba05
commit
59f68794f4
|
@ -75,7 +75,7 @@ $(SSHDOBJS): config.h
|
|||
$(LIBOPENBSD_COMPAT_OBJS): config.h
|
||||
|
||||
.c.o:
|
||||
$(CC) $(CFLAGS) $(CPPFLAGS) -o $<
|
||||
$(CC) $(CFLAGS) $(CPPFLAGS) -c $<
|
||||
|
||||
libopenbsd-compat.a: $(LIBOPENBSD_COMPAT_OBJS)
|
||||
$(AR) rv $@ $(LIBOPENBSD_COMPAT_OBJS)
|
||||
|
|
Loading…
Reference in New Issue