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>2001-10-13 00:02:41 +0400
committerChristopher Faylor <me@cgf.cx>2001-10-13 00:02:41 +0400
commit338420c91880913235a2e95e357e1f20c124beaf (patch)
tree64214a69629561e162c41115d08f2da27aa017b9
parent0aa753540a7c8d416a6cb5c04ce3966c330b1d8e (diff)
* Makefile.in: Comment out install for now.
-rw-r--r--winsup/subauth/ChangeLog4
-rw-r--r--winsup/subauth/Makefile.in10
2 files changed, 9 insertions, 5 deletions
diff --git a/winsup/subauth/ChangeLog b/winsup/subauth/ChangeLog
index 2961463f7..385d6cc11 100644
--- a/winsup/subauth/ChangeLog
+++ b/winsup/subauth/ChangeLog
@@ -1,5 +1,9 @@
2001-10-12 Christopher Faylor <cgf@redhat.com>
+ * Makefile.in: Comment out install for now.
+
+2001-10-12 Christopher Faylor <cgf@redhat.com>
+
* Makefile.in: Accomodate changes to w32api_include macro.
Sun May 20 00:24:36 2001 Christopher Faylor <cgf@cygnus.com>
diff --git a/winsup/subauth/Makefile.in b/winsup/subauth/Makefile.in
index 9a1e86b01..ae64de496 100644
--- a/winsup/subauth/Makefile.in
+++ b/winsup/subauth/Makefile.in
@@ -73,11 +73,11 @@ clean:
rm -f *.o *.dll
install: all
- $(SHELL) $(updir1)/mkinstalldirs $(bindir)
- for i in $(PROGS) ; do \
- n=`echo $$i | sed '$(program_transform_name)'`; \
- $(INSTALL_PROGRAM) $$i $(bindir)/$$n; \
- done
+ # $(SHELL) $(updir1)/mkinstalldirs $(bindir)
+ # for i in $(PROGS) ; do \
+ # n=`echo $$i | sed '$(program_transform_name)'`; \
+ # $(INSTALL_PROGRAM) $$i $(bindir)/$$n; \
+ # done || exit 0
%.o: %.c
ifdef VERBOSE