* Makefile.in: fix "make check" support and cygrun.
This commit is contained in:
parent
dbaf37cf83
commit
52aaab48f4
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
#
|
||||
|
||||
|
|
Loading…
Reference in New Issue