]> eyrie.org Git - kerberos/kftgt.git/commitdiff
Stop trying to remove version.h; we don't use it any more. Remove the
authorRuss Allbery <rra@stanford.edu>
Thu, 22 Dec 2005 00:31:01 +0000 (00:31 +0000)
committerRuss Allbery <rra@stanford.edu>
Mon, 15 Mar 2010 06:05:56 +0000 (23:05 -0700)
config.h.in~ file left over from autoheader when the configure script
has changed.

Makefile.in

index 03f01b3671987b978ddb90d4789fdc47153e65b7..ae80593fa10591638e19f4f0c0e842dbc403b691 100644 (file)
@@ -69,7 +69,8 @@ clean:
        rm -f *.o core kftgtd kftgt
 
 distclean: clean
-       rm -f config.h config.log config.status config.cache Makefile version.h
+       rm -f config.h config.log config.status config.cache Makefile
+       rm -f config.h.in~
        rm -rf autom4te.cache kftgt-*
 
 maintclean: distclean