Loading CHANGES +4 −0 Original line number Diff line number Diff line Changes with Apache 2.0b1 *) Do not try to run make depend if there are no .c files in the current directory, doing so makes `make depend` fail. [Ryan Bloom] *) Update highperformance.conf to work with either prefork or pthreads mpms. [Greg Ames] Loading build/rules.mk +4 −2 Original line number Diff line number Diff line Loading @@ -176,7 +176,9 @@ install-p: $(targets) $(install_targets) distclean-p depend-p clean-p: depend: depend-recursive gcc -MM $(INCLUDES) $(EXTRA_INCLUDES) $(DEFS) $(CPPFLAGS) $(srcdir)/*.c | sed 's/\.o:/.lo:/' > $(builddir)/.deps || true if test "`find . -name "*.c" -maxdepth 1 -print`" != ""; then \ gcc -MM $(INCLUDES) $(EXTRA_INCLUDES) $(DEFS) $(CPPFLAGS) $(srcdir)/*.c | sed 's/\.o:/.lo:/' > $(builddir)/.deps || true; \ fi # test "`echo *.c`" = '*.c' || perl $(top_srcdir)/build/mkdep.perl $(CPP) $(INCLUDES) $(EXTRA_INCLUDES) *.c > .deps clean: clean-recursive clean-x Loading Loading
CHANGES +4 −0 Original line number Diff line number Diff line Changes with Apache 2.0b1 *) Do not try to run make depend if there are no .c files in the current directory, doing so makes `make depend` fail. [Ryan Bloom] *) Update highperformance.conf to work with either prefork or pthreads mpms. [Greg Ames] Loading
build/rules.mk +4 −2 Original line number Diff line number Diff line Loading @@ -176,7 +176,9 @@ install-p: $(targets) $(install_targets) distclean-p depend-p clean-p: depend: depend-recursive gcc -MM $(INCLUDES) $(EXTRA_INCLUDES) $(DEFS) $(CPPFLAGS) $(srcdir)/*.c | sed 's/\.o:/.lo:/' > $(builddir)/.deps || true if test "`find . -name "*.c" -maxdepth 1 -print`" != ""; then \ gcc -MM $(INCLUDES) $(EXTRA_INCLUDES) $(DEFS) $(CPPFLAGS) $(srcdir)/*.c | sed 's/\.o:/.lo:/' > $(builddir)/.deps || true; \ fi # test "`echo *.c`" = '*.c' || perl $(top_srcdir)/build/mkdep.perl $(CPP) $(INCLUDES) $(EXTRA_INCLUDES) *.c > .deps clean: clean-recursive clean-x Loading