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/cygwin/Makefile.in')
-rw-r--r--winsup/cygwin/Makefile.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in
index 2be5a565f..57facbb9d 100644
--- a/winsup/cygwin/Makefile.in
+++ b/winsup/cygwin/Makefile.in
@@ -38,8 +38,9 @@ datadir:=@datadir@
infodir:=@infodir@
includedir:=@includedir@
-INSTALL:=@INSTALL@
-INSTALL_PROGRAM:=@INSTALL_PROGRAM@
+override INSTALL:=@INSTALL@
+override INSTALL_PROGRAM:=@INSTALL_PROGRAM@
+override INSTALL_DATA:=@INSTALL_DATA@
#
# --enable options from configure
@@ -96,8 +97,6 @@ LDSCRIPT:=cygwin.sc
#
include $(srcdir)/../Makefile.common
-INSTALL_DATA:=$(SHELL) $(updir1)/install-sh -c
-
@SET_MAKE@
# Setup the testing framework, if you have one