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:
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 5d16b3899..1b4346a4e 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,7 @@
+Thu Jun 22 14:27:04 2000 Christopher Faylor <cgf@cygnus.com>
+
+ * Makefile.in: Add new-libcygwin.a back to all_host target.
+
Wed Jun 21 14:32:42 2000 Christopher Faylor <cgf@cygnus.com>
* Makefile.in: Add *.def to clean operation.
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in
index cda144480..f86aac203 100644
--- a/winsup/cygwin/Makefile.in
+++ b/winsup/cygwin/Makefile.in
@@ -146,7 +146,7 @@ all: new-$(DLL_NAME) $(all_host) all_target
all_target: $(LIBGMON_A) $(LIB_NAME) binmode.o
-all_host: cygrun.exe
+all_host: new-$(LIB_NAME) cygrun.exe
force: