]> andersk Git - openssh.git/blobdiff - Makefile.in
- Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
[openssh.git] / Makefile.in
index 3aeced9348731829899d493e87540755964e4d1f..0dc71c6cd1361dfaf2a89d4b56345a5f82112c3e 100644 (file)
@@ -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
 
This page took 0.132681 seconds and 4 git commands to generate.