From dbc49afd5279aa30ca5ca98189443c69f65e6a22 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 1 Mar 2003 03:38:19 +0000 Subject: * Makefile.in (cygcheck.o): Fix so that actual mingw include files are used. * cygcheck.cc (find_on_path): Translate from cygwin path when qualified path name found. (pretty_id): New function. Dump output of id command. (dump_sysinfo): Call pretty_id for CYGWIN=ntsec and CYGWIN=nontsec cases. --- 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 1b8440528..0c4e5bc3b 100644 --- a/winsup/utils/Makefile.in +++ b/winsup/utils/Makefile.in @@ -147,10 +147,10 @@ endif cygcheck.o: cygcheck.cc ifdef VERBOSE - ${filter-out -I$(newlib_source)/%,$(COMPILE_CXX)} $c -o $(@D)/$(basename $@)$o $(MINGW_CXXFLAGS) -I$(updir) $< + ${CXX} $c -o $(@D)/$(basename $@)$o $(MINGW_CXXFLAGS) -I$(updir) $< else @echo $(CXX) $c -o $(@D)/$(basename $@)$o $(MINGW_CXXFLAGS) ... $^;\ - ${filter-out -I$(newlib_source)/%,$(COMPILE_CXX)} $c -o $(@D)/$(basename $@)$o $(MINGW_CXXFLAGS) -I$(updir) $< + ${CXX} $c -o $(@D)/$(basename $@)$o $(MINGW_CXXFLAGS) -I$(updir) $< endif strace.o: strace.cc -- cgit v1.2.3