summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2002-06-29 22:58:27 +0000
committerRyan Bloom <rbb@apache.org>2002-06-29 22:58:27 +0000
commit8766dab7d549fa84e49f7d15b1601870d78b413e (patch)
tree954a4892c2244c685e952fc6575ef8e1b2f8819f /Makefile.in
parent48ee0cbe1cb8a6e4e54d46fb93c4be146d0173bb (diff)
downloadhttpd-8766dab7d549fa84e49f7d15b1601870d78b413e.tar.gz
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
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files 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); \