summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
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