mirror of
https://github.com/apache/httpd.git
synced 2025-08-20 16:09:55 +00:00
it's more traditional in autoconf projects for "make distclean" to clean
up things such as the apaci script, rather than "make clean". git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84759 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -158,7 +158,7 @@ clean-x:
|
||||
|
||||
distclean: distclean-recursive clean-x
|
||||
rm -f config.cache config.log config.status config_vars.mk libtool \
|
||||
stamp-h Makefile shlibtool
|
||||
stamp-h Makefile shlibtool $(DISTCLEANFILES)
|
||||
|
||||
include $(srcdir)/.deps
|
||||
|
||||
|
Reference in New Issue
Block a user