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>2000-06-22 22:28:16 +0400
committerChristopher Faylor <me@cgf.cx>2000-06-22 22:28:16 +0400
commit699dd00b3a94cdc0f47b98c421d28f8912d50e0a (patch)
tree0a9ddf3fa9bb57e2ba602040033895b8722f360d
parente282ff799fb9c17ec1b78f0d9389afeb240f85e6 (diff)
* Makefile.in: Add new-libcygwin.a back to all_host target.
-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: