Add back in the build before install step when using make install.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85079 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan Bloom
2000-04-28 15:32:50 +00:00
parent 0c524dfc2d
commit 9e9da6ede9

View File

@ -104,7 +104,7 @@ top_builddir = $(DEPTH)
all: all-recursive
install: install-p
install: install-recursive
distclean-recursive depend-recursive clean-recursive all-recursive install-recursive:
@otarget=`echo $@|sed s/-recursive//`; \
@ -124,7 +124,7 @@ distclean-recursive depend-recursive clean-recursive all-recursive install-recur
fi
all-p: $(targets)
install-p: $(install_targets)
install-p: $(targets) $(install_targets)
@if test -n '$(PROGRAMS)'; then \
test -d $(bindir) || $(mkinstalldirs) $(bindir); \
for i in "$(PROGRAMS)"; do \