libraries in the modules/standard directory when configured for dynamic
modules.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84625
13f79535-47bb-0310-9956-
ffa450edef68
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
##############################################################################
-# $Id: rules.mk,v 1.1 2000/01/11 13:10:59 sascha Exp $
+# $Id: rules.mk,v 1.2 2000/02/16 00:55:51 rbb Exp $
#
include $(DEPTH)/config_vars.mk
clean: clean-recursive clean-x
clean-x:
- rm -f $(targets) *.lo *.la *.o $(CLEANFILES)
+ rm -f $(targets) *.slo *.lo *.la *.o $(CLEANFILES)
rm -rf .libs
distclean: distclean-recursive clean-x