From: Ryan Bloom Date: Wed, 20 Dec 2000 00:59:06 +0000 (+0000) Subject: Remove some redundant checks. X-Git-Tag: APACHE_2_0_BETA_CANDIDATE_1~391 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a9d37bbedac1c47ce31f15ba4a9f5ee625c9a8c;p=apache 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 --- diff --git a/Makefile.in b/Makefile.in index fcb6a9e367..3d7f45beaa 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 \