From: Kurt Zeilenga Date: Sat, 9 Jan 1999 02:12:09 +0000 (+0000) Subject: Add distclean target X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~801 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=94b0f370d47782ed8579d0bbcdc8fb00dcb8ff17;p=openldap Add distclean target --- diff --git a/Makefile.in b/Makefile.in index f564426626..153c641cdd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -46,3 +46,5 @@ clean-local: FORCE veryclean-local: FORCE $(RM) config.cache config.status libtool stamp-h stamp-h.in + +distclean: veryclean FORCE