summaryrefslogtreecommitdiffstats
path: root/winsup/utils/Makefile.in
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2006-09-12 15:14:51 +0000
committerChristopher Faylor <me@cgf.cx>2006-09-12 15:14:51 +0000
commit56ec0f9c9c9dbc1e619828be66f961b4fae364a9 (patch)
tree06beff77a596a31491b5df625a5aa6f1d37b957b /winsup/utils/Makefile.in
parent1a0a1d32183848ed77d697d29d0042f7f7ed0edb (diff)
downloadcygnal-56ec0f9c9c9dbc1e619828be66f961b4fae364a9.tar.gz
cygnal-56ec0f9c9c9dbc1e619828be66f961b4fae364a9.tar.bz2
cygnal-56ec0f9c9c9dbc1e619828be66f961b4fae364a9.zip
* Makefile.in: Fix -ntdll typo.
* cygcheck.cc (main): Restore POSIXLY_CORRECT before displaying user's environment.
Diffstat (limited to 'winsup/utils/Makefile.in')
-rw-r--r--winsup/utils/Makefile.in4
1 files changed, 2 insertions, 2 deletions
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)