Don't remove the configure script during distclean
authorkouril <kouril>
Mon, 5 Jul 2004 20:47:42 +0000 (20:47 +0000)
committerkouril <kouril>
Mon, 5 Jul 2004 20:47:42 +0000 (20:47 +0000)
Makefile.in

index 2cb12d5..a1fc43c 100644 (file)
@@ -24,7 +24,7 @@ clean:
        done
 
 distclean: clean
-       $(RM) config.h config.status Makefile configure config.log
-       $(RM) -rf autom4te.cache src/.libs
+       $(RM) config.h config.status Makefile config.log
+       $(RM) -rf autom4te.cache src/.libs spnego/.libs
 
 .PHONY: all install clean distclean