* Makefile.in: Add new-libcygwin.a back to all_host target.
This commit is contained in:
parent
e282ff799f
commit
699dd00b3a
|
@ -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.
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue