diff options
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 | ||