]> git.sur5r.net Git - openldap/blobdiff - Makefile.in
ITS5282 fix for 2.3
[openldap] / Makefile.in
index edbef9aeb432c2f9224cb333bf319370a82d1321..86f89899a035083d206ab9ab62b94438d18219aa 100644 (file)
@@ -1,6 +1,8 @@
 # Master Makefile for OpenLDAP
 # $OpenLDAP$
-## Copyright 1998-2003 The OpenLDAP Foundation.
+## This work is part of OpenLDAP Software <http://www.openldap.org/>.
+##
+## Copyright 1998-2007 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
@@ -23,10 +25,11 @@ makefiles:  FORCE
 install-common: all FORCE
 
 clean-local: FORCE
-       $(RM) config.log
+       $(RM) config.cache config.log configure.lineno
+       $(RM) -r autom4te.cache
 
 veryclean-local: FORCE
-       $(RM) config.cache config.status libtool stamp-h stamp-h.in
+       $(RM) config.status libtool stamp-h stamp-h.in
 
 distclean: veryclean FORCE