Commit 86b6c6b3 authored by Ryan Bloom's avatar Ryan Bloom
Browse files

Remove some redundant checks.

Submitted by:	Greg Stein


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87441 13f79535-47bb-0310-9956-ffa450edef68
parent 22b96681
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -96,10 +96,6 @@ install-other:
install-include:
	@echo Installing header files
	@test -d $(includedir)     || $(MKINSTALLDIRS) $(includedir)
	@test -d $(includedir)/xml || $(MKINSTALLDIRS) $(includedir)
	@test -d $(includedir)/pcre || $(MKINSTALLDIRS) $(includedir)
	@test -d $(includedir)/apr || $(MKINSTALLDIRS) $(includedir)
	@test -d $(includedir)/apr-util || $(MKINSTALLDIRS) $(includedir)
	@cp -p include/*.h $(srcdir)/include/*.h $(includedir)
	@cp -p $(srcdir)/os/$(OS_DIR)/os.h $(includedir)
	@if test -f $(srcdir)/os/$(OS_DIR)/os-inline.c; then \