summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorVictor J. Orlikowski <orlikowski@apache.org>2001-05-11 21:44:42 +0200
committerVictor J. Orlikowski <orlikowski@apache.org>2001-05-11 21:44:42 +0200
commiteae5b1f605864785bc214f34d56844ca33ba0b4e (patch)
treed85cb384d7b25eb598a71bee23585b699dbd7e0a /build
parentMore changes based on Ian's patch. (diff)
downloadapache2-eae5b1f605864785bc214f34d56844ca33ba0b4e.tar.xz
apache2-eae5b1f605864785bc214f34d56844ca33ba0b4e.zip
Small fix to make depend, although make depend doesn't seem to be used?
(We seem to use APR's) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89090 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r--build/rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rules.mk b/build/rules.mk
index 367d2256ce..905d7e4a26 100644
--- a/build/rules.mk
+++ b/build/rules.mk
@@ -223,7 +223,7 @@ distclean-p depend-p clean-p:
depend: depend-recursive
if test "`echo $(srcdir)/*.c`" != "$(srcdir)'/*.c'"; then \
- gcc -MM $(ALL_CPPFLAGS) $(ALL_INCLUDES) $(srcdir)/*.c | sed 's/\.o:/.lo:/' > $(builddir)/.deps || true; \
+ $(CC) -MM $(ALL_CPPFLAGS) $(ALL_INCLUDES) $(srcdir)/*.c | sed 's/\.o:/.lo:/' > $(builddir)/.deps || true; \
fi
# test "`echo *.c`" = '*.c' || perl $(top_srcdir)/build/mkdep.perl $(CPP) $(ALL_CPPFLAGS) $(ALL_INCLUDES) *.c > .deps