From 1f9f0f20f94593b5aff06490d20baa6942f23f99 Mon Sep 17 00:00:00 2001 From: kouril Date: Tue, 4 Nov 2003 14:06:24 +0000 Subject: [PATCH] Added distclean rule --- Makefile.in | 5 +++++ spnegokrb5/Makefile.in | 3 +++ 2 files changed, 8 insertions(+) diff --git a/Makefile.in b/Makefile.in index b48be32..7a0c276 100644 --- a/Makefile.in +++ b/Makefile.in @@ -29,3 +29,8 @@ clean: (cd spnegokrb5 && make clean) $(RM) *.o *.so *.a *.la *.lo *.slo core $(RM) src/*.{o,so,a,la,lo,slo} + +distclean: clean + (cd spnegokrb5 && make distclean) + $(RM) config.h config.status Makefile configure autom4te.cache config.log + diff --git a/spnegokrb5/Makefile.in b/spnegokrb5/Makefile.in index 337926a..c16a9e8 100644 --- a/spnegokrb5/Makefile.in +++ b/spnegokrb5/Makefile.in @@ -35,3 +35,6 @@ test: clean: $(RM) *.o core libspnegokrb5.a + +distclean: clean + $(RM) Makefile -- 2.1.4