]> granicus.if.org Git - apache/commitdiff
I got sick of the error messages from copying the header files. This
authorRyan Bloom <rbb@apache.org>
Sat, 29 Jun 2002 22:58:27 +0000 (22:58 +0000)
committerRyan Bloom <rbb@apache.org>
Sat, 29 Jun 2002 22:58:27 +0000 (22:58 +0000)
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

index 25caab658c58f3ebc3e53b1b4d67e34bb8bf4ca3..0de2c78f1fe76ef92a8f3386fd578a7d8be495ca 100644 (file)
@@ -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); \