* Makefile.in: fix "make check" support and cygrun.

This commit is contained in:
DJ Delorie 2000-02-26 01:06:48 +00:00
parent dbaf37cf83
commit 52aaab48f4
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2000-02-25 DJ Delorie <dj@cygnus.com>
* Makefile.in: fix "make check" support and cygrun.
Thu Feb 24 15:56:00 2000 Christopher Faylor <cgf@cygnus.com>
* syscalls.c (_read): Clear errno before doing any read operation.

View File

@ -137,7 +137,7 @@ LD_STUFF=--dll $(DLL_OFILES) version.o winver.o $(DLL_IMPORTS) $(LIBM) $(LIBC) $
.SUFFIXES:
.SUFFIXES: .c .cc .def .a .o
all: new-$(DLL_NAME) $(LIBGMON_A) $(LIB_NAME) cygrun.exe force
all: new-$(DLL_NAME) $(LIBGMON_A) $(LIB_NAME) new-$(LIB_NAME) cygrun.exe force
force:
@ -195,7 +195,7 @@ winver_stamp: mkvers.sh include/cygwin/version.h winver.rc $(DLL_OFILES)
cygrun.exe : $(srcdir)/cygrun.c $(DLL_IMPORTS) $(w32api_lib)/libuser32.a \
$(w32api_lib)/libshell32.a
$(CC) -o $@ $^
$(CC) -o $@ -L$(w32api_lib) $(srcdir)/cygrun.c
#