From e0fb39c47864410455be6bfaafc4807b460d2a8e Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Sat, 29 Jun 2002 22:58:27 +0000 Subject: [PATCH] I got sick of the error messages from copying the header files. This removes all of the error messages. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95912 13f79535-47bb-0310-9956-ffa450edef68 --- Makefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 25caab658c..0de2c78f1f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -168,8 +168,9 @@ install-other: install-include: @echo Installing header files - @test -d $(DESTDIR)$(includedir) || $(MKINSTALLDIRS) $(DESTDIR)$(includedir) - @cp -p include/*.h $(srcdir)/include/*.h $(DESTDIR)$(includedir) + @test -d $(DESTDIR)$(includedir) || $(MKINSTALLDIRS) $(DESTDIR)$(includedir) + @cp -p include/*.h $(DESTDIR)$(includedir) + @cp -p $(srcdir)/include/*.h $(DESTDIR)$(includedir) @cp -p $(srcdir)/os/$(OS_DIR)/os.h $(DESTDIR)$(includedir) @if test -f $(srcdir)/os/$(OS_DIR)/os-inline.c; then \ cp -p $(srcdir)/os/$(OS_DIR)/os-inline.c $(DESTDIR)$(includedir); \ -- 2.40.0