]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Small fix to make depend, although make depend doesn't seem to be used?
authorVictor J. Orlikowski <orlikowski@apache.org>
Fri, 11 May 2001 19:44:42 +0000 (19:44 +0000)
committerVictor J. Orlikowski <orlikowski@apache.org>
Fri, 11 May 2001 19:44:42 +0000 (19:44 +0000)
(We seem to use APR's)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89090 13f79535-47bb-0310-9956-ffa450edef68

build/rules.mk

index 367d2256ce4ca0ea5fc02a9bee3f12d49bdd4ac9..905d7e4a260271a0d054eae56bfc5e57cc92942b 100644 (file)
@@ -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