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
path: root/winsup
diff options
context:
space:
mode:
authorMumit Khan <khan@@xraylith.wisc.edu>2000-05-05 03:19:35 +0400
committerMumit Khan <khan@@xraylith.wisc.edu>2000-05-05 03:19:35 +0400
commit3f7290da25523e337d4aa29ede2b21ef7d1ebe79 (patch)
treef6747c3f9dd2caacdd1f33d643ce2fa1635e5c89 /winsup
parent8e9b0aee252c4b8c055c2bfa290ab80d11a57562 (diff)
2000-05-04 Mumit Khan <khan@xraylith.wisc.edu>
* Makefile.in (install): Install profile startup and library.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/Makefile.in4
2 files changed, 7 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index a0392cd6a..c7d358c00 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,7 @@
+2000-05-04 Mumit Khan <khan@xraylith.wisc.edu>
+
+ * Makefile.in (install): Install profile startup and library.
+
Wed May 3 21:54:11 2000 Christopher Faylor <cgf@cygnus.com>
* configure.in: Use -gstabs+ as compile debug option. This seems to
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in
index a565d5555..609c119c5 100644
--- a/winsup/cygwin/Makefile.in
+++ b/winsup/cygwin/Makefile.in
@@ -144,7 +144,9 @@ force:
install: all
$(INSTALL_DATA) new-$(DLL_NAME) $(bindir)/$(DLL_NAME) ; \
- $(INSTALL_DATA) $(LIB_NAME) $(tooldir)/lib/$(LIB_NAME); \
+ for i in $(LIB_NAME) $(GMON_START) $(LIBGMON_A) ; do \
+ $(INSTALL_DATA) $$i $(tooldir)/lib/$$i ; \
+ done ; \
cd $(srcdir); \
for sub in `find include -name '[a-z]*' -type d -print | sort`; do \
for i in $$sub/*.h ; do \