From 3a9d37bbedac1c47ce31f15ba4a9f5ee625c9a8c Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Wed, 20 Dec 2000 00:59:06 +0000 Subject: [PATCH] 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 --- Makefile.in | 4 ---- 1 file changed, 4 deletions(-) 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 \ -- 2.50.1