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-11-22 19:19:53 +0300
committerChristopher Faylor <me@cgf.cx>2000-11-22 19:19:53 +0300
commit0217c5bb3b85854cea392d7299706348dc007ae8 (patch)
tree638adff98f5b9b33a8e4797f42110f3fd835cb7c /winsup/cygwin/Makefile.in
parent872134b37d8102d0426d1dbbfaa73e334ae7931c (diff)
* Makefile.in: new-temp.a -> new-templib.a
Diffstat (limited to 'winsup/cygwin/Makefile.in')
-rw-r--r--winsup/cygwin/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in
index 073019ece..a9ad40c04 100644
--- a/winsup/cygwin/Makefile.in
+++ b/winsup/cygwin/Makefile.in
@@ -185,7 +185,7 @@ $(LIB_NAME): $(DEF_FILE) $(LIBCOS)
# Otherwise dlltool gets confused. cgf (11-16-2000)
new-$(LIB_NAME): $(LIB_NAME)
$(DLLTOOL) --as=$(AS) --dllname new-$(DLL_NAME) --def $(DEF_FILE) --output-lib new-templib.a
- $(AR) rcv new-temp.a $(LIBCOS)
+ $(AR) rcv new-templib.a $(LIBCOS)
mv new-templib.a new-$(LIB_NAME)
# Rule to build cygwin.dll