Skip to content

Commit e0fb39c

Browse files
author
Ryan Bloom
committed
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
1 parent e7e3b89 commit e0fb39c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Makefile.in

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,9 @@ install-other:
168168

169169
install-include:
170170
@echo Installing header files
171-
@test -d $(DESTDIR)$(includedir) || $(MKINSTALLDIRS) $(DESTDIR)$(includedir)
172-
@cp -p include/*.h $(srcdir)/include/*.h $(DESTDIR)$(includedir)
171+
@test -d $(DESTDIR)$(includedir) || $(MKINSTALLDIRS) $(DESTDIR)$(includedir)
172+
@cp -p include/*.h $(DESTDIR)$(includedir)
173+
@cp -p $(srcdir)/include/*.h $(DESTDIR)$(includedir)
173174
@cp -p $(srcdir)/os/$(OS_DIR)/os.h $(DESTDIR)$(includedir)
174175
@if test -f $(srcdir)/os/$(OS_DIR)/os-inline.c; then \
175176
cp -p $(srcdir)/os/$(OS_DIR)/os-inline.c $(DESTDIR)$(includedir); \

0 commit comments

Comments
 (0)