From 615f939ebb48fdde404aae705057202512731331 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 17 May 2000 22:53:33 +1000 Subject: - Several patches from SAKAI Kiyotaka - INSTALL typo and URL fix - Makefile fix - Solaris fixes - Checking for ssize_t and memmove. Based on patch from SAKAI Kiyotaka --- Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 3aeced934..0dc71c6cd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -90,11 +90,11 @@ $(MANPAGES) $(CONFIGFILES):: $(FIXPATHSCMD) $(srcdir)/$@ clean: - rm -f *.o *.a $(TARGETS) config.status config.cache config.log - rm -f *.out ssh_prng_cmds core + rm -f *.o *.a $(TARGETS) config.cache config.log + rm -f *.out core distclean: clean - rm -f Makefile config.h core *~ + rm -f Makefile config.h config.status ssh_prng_cmds *~ mrproper: distclean -- cgit v1.2.3