]> andersk Git - openssh.git/blobdiff - Makefile.in
- (djm) Clean some autoconf-2.52 junk when doing "make distclean"
[openssh.git] / Makefile.in
index 2a00f8810a0ff4ccfffd3ef1c2810fe238d1c294..bbc50d3c6bafd52c911743901f28cffc9e44c198 100644 (file)
@@ -142,13 +142,14 @@ $(CONFIGFILES): $(CONFIGFILES_IN)
 
 clean:
        rm -f *.o *.a $(TARGETS) logintest config.cache config.log 
-       rm -f *.out core
+       rm -f *.out core 
        (cd openbsd-compat; $(MAKE) clean)
 
 distclean:
        rm -f *.o *.a $(TARGETS) logintest config.cache config.log 
        rm -f *.out core
        rm -f Makefile config.h config.status ssh_prng_cmds *~
+       rm -rf autom4te.cache
        (cd openbsd-compat; $(MAKE) distclean)
        (cd scard; $(MAKE) distclean)
 
This page took 0.051954 seconds and 4 git commands to generate.