make install. We never used to build the server when installing in
the 1.3 tree, so I'm going back to that behavior.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85067
13f79535-47bb-0310-9956-
ffa450edef68
all: all-recursive
-install: install-recursive
+install: install-p
distclean-recursive depend-recursive clean-recursive all-recursive install-recursive:
@otarget=`echo $@|sed s/-recursive//`; \
fi
all-p: $(targets)
-install-p: $(targets) $(install_targets)
+install-p: $(install_targets)
@if test -n '$(PROGRAMS)'; then \
test -d $(bindir) || $(mkinstalldirs) $(bindir); \
for i in "$(PROGRAMS)"; do \