* Makefile.in (mingw_getopt.o): Ensure that newlib include directories are not

searched.
This commit is contained in:
Christopher Faylor 2001-09-22 00:40:37 +00:00
parent a997e6ea10
commit 53df7e2aaf
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Fri Sep 21 20:40:30 2001 Christopher Faylor <cgf@cygnus.com>
* Makefile.in (mingw_getopt.o): Ensure that newlib include directories
are not searched.
Thu Sep 20 21:00:20 2001 Christopher Faylor <cgf@cygnus.com>
* Makefile.in (MINGW_INCLUDES): Still need cygwin/include directory.

View File

@ -122,7 +122,7 @@ endif
mingw_getopt.o: $(cygwin_source)/lib/getopt.c
ifdef VERBOSE
$(COMPILE_CC) $c -o $(@D)/$(basename $@)$o $(MINGW_CFLAGS) $<
${filter-out -I$(newlib_source)/%,$(COMPILE_CC)} $c -o $(@D)/$(basename $@)$o $(MINGW_CFLAGS) $<
else
@echo $(CC) $c -o $(@D)/$(basename $@)$o $(MINGW_CFLAGS) ... $^;\
${filter-out -I$(newlib_source)/%,$(COMPILE_CC)} $c -o $(@D)/$(basename $@)$o $(MINGW_CFLAGS) $<