- Makefile fix from Gary E. Miller <gem@rellim.com>

This commit is contained in:
Damien Miller 2000-01-18 09:01:27 +11:00
parent dbd250f8ab
commit ca673b3d03
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,6 @@
20000118
- Fixed --with-pid-dir option
- Makefile fix from Gary E. Miller <gem@rellim.com>
20000117
- Clean up bsd-bindresvport.c. Use arc4random() for picking initial

View File

@ -44,8 +44,6 @@ CONFIGFILES=sshd_config ssh_config
all: $(TARGETS) $(MANPAGES) $(CONFIGFILES)
$(OBJS): config.h
$(LIBOBJS): config.h
libssh.a: $(LIBOBJS)