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:
authorChristopher Faylor <me@cgf.cx>2003-07-26 04:10:48 +0400
committerChristopher Faylor <me@cgf.cx>2003-07-26 04:10:48 +0400
commit9ddd929f68d19e1d2a78b0579a2266ae88d868ac (patch)
tree14144caef67a5cf12c0fa81bd5a1c954ddbfadd0 /winsup/cygwin/Makefile.in
parent7f4773b3ef66244885a52c947c5f30d02e6e5b0e (diff)
preliminary checkin
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