Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/Makefile.in')
-rw-r--r--winsup/Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/winsup/Makefile.in b/winsup/Makefile.in
index 5ea10686e..4417a9585 100644
--- a/winsup/Makefile.in
+++ b/winsup/Makefile.in
@@ -63,9 +63,11 @@ endif
all: Makefile $(SUBDIRS)
-install-license: CYGWIN_LICENSE
+install-license: CYGWIN_LICENSE COPYING
${INSTALL} -d $(prefix)/share/doc/Cygwin
- ${INSTALL} $^ $(prefix)/share/doc/Cygwin
+ for i in $^; do \
+ ${INSTALL} $$i $(prefix)/share/doc/Cygwin ; \
+ done
install: Makefile $(INSTALL_LICENSE) $(INSTALL_SUBDIRS)