From 2037688a5d8ff46289c84fe96a12290a94f5a737 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 22 Jan 2003 15:23:23 +0000 Subject: * cygrun.c: Move from here to ../testsuite. * Makefile.in: Remove cygrun.exe dependencies. --- winsup/cygwin/Makefile.in | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'winsup/cygwin/Makefile.in') diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in index ab67daedb..854dadd29 100644 --- a/winsup/cygwin/Makefile.in +++ b/winsup/cygwin/Makefile.in @@ -194,7 +194,7 @@ all: all_target $(all_host) all_target: $(TARGET_LIBS) cygserver.exe -all_host: new-$(LIB_NAME) cygrun.exe +all_host: new-$(LIB_NAME) force: @@ -340,13 +340,6 @@ winver_stamp: mkvers.sh include/cygwin/version.h winver.rc $(DLL_OFILES) $(COMPILE_CXX) -o version.o version.cc && \ touch $@ -cygrun.o: cygrun.c - $(CC) $(MINGW_CFLAGS) -o $@ -c $< - -cygrun.exe : cygrun.o -lgcc $(w32api_lib)/libuser32.a \ - $(w32api_lib)/libshell32.a $(w32api_lib)/libkernel32.a - $(CC) ${MINGW_LDFLAGS} -mno-cygwin -o $@ $^ - cygserver_transport_outside.o: cygserver_transport.cc $(COMPILE_CXX) -D__OUTSIDE_CYGWIN__ -o $@ $< -- cgit v1.2.3