summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-05-17 22:53:33 +1000
committerDamien Miller <djm@mindrot.org>2000-05-17 22:53:33 +1000
commit615f939ebb48fdde404aae705057202512731331 (patch)
treee07b9fd90a8f8cb58b4b687919bb849b97fe6fc9 /Makefile.in
parentdcb6ecd1b3b25b6909296ff0546ca6b18d0c19d3 (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.in6
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
92clean: 92clean:
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
96distclean: clean 96distclean: clean
97 rm -f Makefile config.h core *~ 97 rm -f Makefile config.h config.status ssh_prng_cmds *~
98 98
99mrproper: distclean 99mrproper: distclean
100 100