From 56ec0f9c9c9dbc1e619828be66f961b4fae364a9 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Tue, 12 Sep 2006 15:14:51 +0000 Subject: * Makefile.in: Fix -ntdll typo. * cygcheck.cc (main): Restore POSIXLY_CORRECT before displaying user's environment. --- 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 a14a18f67..b8f86d8b4 100644 --- a/winsup/utils/Makefile.in +++ b/winsup/utils/Makefile.in @@ -212,8 +212,8 @@ cygpath.exe: cygpath.o $(ALL_DEP_LDLIBS) ifdef VERBOSE $(CXX) -o $@ ${firstword $^} -B$(cygwin_build)/ $(ALL_LDFLAGS) -lntdll else - @echo $(CXX) -o $@ ${firstword $^} ${filter-out -B%, $(ALL_LDFLAGS) -ntdll};\ - $(CXX) -o $@ ${firstword $^} -B$(cygwin_build)/ $(ALL_LDFLAGS) -ntdll + @echo $(CXX) -o $@ ${firstword $^} ${filter-out -B%, $(ALL_LDFLAGS) -lntdll};\ + $(CXX) -o $@ ${firstword $^} -B$(cygwin_build)/ $(ALL_LDFLAGS) -lntdll endif %.exe: %.o $(ALL_DEP_LDLIBS) -- cgit v1.2.3