diff options
author | Damien Miller <djm@mindrot.org> | 2000-05-17 22:53:33 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-05-17 22:53:33 +1000 |
commit | 615f939ebb48fdde404aae705057202512731331 (patch) | |
tree | e07b9fd90a8f8cb58b4b687919bb849b97fe6fc9 /Makefile.in | |
parent | dcb6ecd1b3b25b6909296ff0546ca6b18d0c19d3 (diff) |
- Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
- INSTALL typo and URL fix
- Makefile fix
- Solaris fixes
- Checking for ssize_t and memmove. Based on patch from SAKAI Kiyotaka
<ksakai@kso.netwk.ntt-at.co.jp>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index 3aeced934..0dc71c6cd 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -90,11 +90,11 @@ $(MANPAGES) $(CONFIGFILES):: | |||
90 | $(FIXPATHSCMD) $(srcdir)/$@ | 90 | $(FIXPATHSCMD) $(srcdir)/$@ |
91 | 91 | ||
92 | clean: | 92 | clean: |
93 | rm -f *.o *.a $(TARGETS) config.status config.cache config.log | 93 | rm -f *.o *.a $(TARGETS) config.cache config.log |
94 | rm -f *.out ssh_prng_cmds core | 94 | rm -f *.out core |
95 | 95 | ||
96 | distclean: clean | 96 | distclean: clean |
97 | rm -f Makefile config.h core *~ | 97 | rm -f Makefile config.h config.status ssh_prng_cmds *~ |
98 | 98 | ||
99 | mrproper: distclean | 99 | mrproper: distclean |
100 | 100 | ||