summaryrefslogtreecommitdiff
path: root/build/rules.mk.in
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2002-12-19 05:35:55 +0000
committerJustin Erenkrantz <jerenkrantz@apache.org>2002-12-19 05:35:55 +0000
commite65f806d489e74876f6d5f3d1ba73cf08ae39a18 (patch)
tree9f06494d40a35b462c3a243a8f37204b69448aec /build/rules.mk.in
parent51e58b89dc3a3624b3de459f45c8efdc9c6e5255 (diff)
downloadhttpd-e65f806d489e74876f6d5f3d1ba73cf08ae39a18.tar.gz
- Add MKDEP to config_vars.mk file
- Do not print out the commands used when doing 'make depend' git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98036 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/rules.mk.in')
-rw-r--r--build/rules.mk.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rules.mk.in b/build/rules.mk.in
index b2f3eaff49..b3b2f59e2e 100644
--- a/build/rules.mk.in
+++ b/build/rules.mk.in
@@ -178,7 +178,7 @@ local-all: $(TARGETS)
local-shared-build: $(SHARED_TARGETS)
local-depend: x-local-depend
- if test -n "`ls $(srcdir)/*.c 2> /dev/null`"; then \
+ @if test -n "`ls $(srcdir)/*.c 2> /dev/null`"; then \
rm -f .deps; \
list='$(srcdir)/*.c'; \
for i in $$list; do \