* Makefile.in: new-temp.a -> new-templib.a
This commit is contained in:
parent
872134b37d
commit
0217c5bb3b
|
@ -1,3 +1,7 @@
|
|||
Wed Nov 22 11:18:02 2000 Christopher Faylor <cgf@cygnus.com>
|
||||
|
||||
* Makefile.in: new-temp.a -> new-templib.a
|
||||
|
||||
Mon Nov 20 17:04:43 2000 Christopher Faylor <cgf@cygnus.com>
|
||||
|
||||
* spawn.cc (spawn_guts): Quoting was still wrong. Keep trying to
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue