- Makefile fix from Gary E. Miller <gem@rellim.com>
This commit is contained in:
parent
dbd250f8ab
commit
ca673b3d03
|
@ -1,5 +1,6 @@
|
||||||
20000118
|
20000118
|
||||||
- Fixed --with-pid-dir option
|
- Fixed --with-pid-dir option
|
||||||
|
- Makefile fix from Gary E. Miller <gem@rellim.com>
|
||||||
|
|
||||||
20000117
|
20000117
|
||||||
- Clean up bsd-bindresvport.c. Use arc4random() for picking initial
|
- Clean up bsd-bindresvport.c. Use arc4random() for picking initial
|
||||||
|
|
|
@ -44,8 +44,6 @@ CONFIGFILES=sshd_config ssh_config
|
||||||
|
|
||||||
all: $(TARGETS) $(MANPAGES) $(CONFIGFILES)
|
all: $(TARGETS) $(MANPAGES) $(CONFIGFILES)
|
||||||
|
|
||||||
$(OBJS): config.h
|
|
||||||
|
|
||||||
$(LIBOBJS): config.h
|
$(LIBOBJS): config.h
|
||||||
|
|
||||||
libssh.a: $(LIBOBJS)
|
libssh.a: $(LIBOBJS)
|
||||||
|
|
Loading…
Reference in New Issue