From 48829c1d861b1748958972e242fe57dca286fc81 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Sat, 16 May 2009 15:46:42 +0000 Subject: * Makefile.in (cygpath.exe): Link against cygwin.a before linking against ntdll.dll to avoid linking symbols defined in both DLLs from ntdll. (ps.exe): Ditto. --- winsup/utils/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'winsup/utils/Makefile.in') diff --git a/winsup/utils/Makefile.in b/winsup/utils/Makefile.in index 103942778..f80bcca33 100644 --- a/winsup/utils/Makefile.in +++ b/winsup/utils/Makefile.in @@ -71,8 +71,8 @@ cygcheck.exe: bloda.o path.o dump_setup.o # Provide any necessary per-target variable overrides. cygcheck.exe: MINGW_LDFLAGS += -lntdll -cygpath.exe: ALL_LDFLAGS += -lntdll -ps.exe: ALL_LDFLAGS += -lntdll +cygpath.exe: ALL_LDFLAGS += -lcygwin -lntdll +ps.exe: ALL_LDFLAGS += -lcygwin -lntdll ldd.exe: ALL_LDFLAGS += -lpsapi -- cgit v1.2.3