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>2000-06-17 03:39:02 +0400
committerChristopher Faylor <me@cgf.cx>2000-06-17 03:39:02 +0400
commite962f3c5f791ce9d66594073b4e84d8379693db7 (patch)
treec409c95cebd54d3d635432213f7959468dcfac53 /winsup/cygwin/Makefile.in
parentb585720b592290e33d487473469080604197dd7d (diff)
* Makefile.in: Just use library files from this tree when building cygrun.exe.
* path.cc (chdir): Don't set cache to offending chdir. Change comment to reflect current reality.
Diffstat (limited to 'winsup/cygwin/Makefile.in')
-rw-r--r--winsup/cygwin/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in
index a503bce02..60152dcb6 100644
--- a/winsup/cygwin/Makefile.in
+++ b/winsup/cygwin/Makefile.in
@@ -197,9 +197,9 @@ winver_stamp: mkvers.sh include/cygwin/version.h winver.rc $(DLL_OFILES)
touch $@; \
$(COMPILE_CXX) -o version.o version.cc
-cygrun.exe : cygrun.o $(DLL_IMPORTS) $(w32api_lib)/libuser32.a \
- $(w32api_lib)/libshell32.a
- $(CC) -o $@ -L$(w32api_lib) ${word 1,$^}
+cygrun.exe : cygrun.o $(LIB_NAME) $(w32api_lib)/libuser32.a \
+ $(w32api_lib)/libshell32.a $(w32api_lib)/libkernel32.a
+ $(CC) -nodefaultlibs -o $@ $^ $(LIBGCC)
#