Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-07-14 08:14:32 +0400
committerChristopher Faylor <me@cgf.cx>2002-07-14 08:14:32 +0400
commite8a6396f8843d9f3ef1a5d70953e995d8af0aa5f (patch)
tree76a6abd62663ac80ab009db5bab38e1aed2d2bab /winsup/cygwin/Makefile.in
parentfea4c29fda251ff861fd7760bb9a99fcd0bcd922 (diff)
* Makefile.in (cygrun.exe): Add a -lcygwin on the end.
Diffstat (limited to 'winsup/cygwin/Makefile.in')
-rw-r--r--winsup/cygwin/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in
index 0a5605144..b3fd42058 100644
--- a/winsup/cygwin/Makefile.in
+++ b/winsup/cygwin/Makefile.in
@@ -305,7 +305,7 @@ winver_stamp: mkvers.sh include/cygwin/version.h winver.rc $(DLL_OFILES)
cygrun.exe : cygrun.o $(LIB_NAME) $(w32api_lib)/libuser32.a \
$(w32api_lib)/libshell32.a $(w32api_lib)/libkernel32.a
- $(CC) -nodefaultlibs -o $@ $^ -lgcc
+ $(CC) -nodefaultlibs -o $@ $^ -lgcc -lcygwin
cygserver_transport_outside.o: cygserver_transport.cc
$(COMPILE_CXX) -D__OUTSIDE_CYGWIN__ -o $@ $<