* Makefile.in (mingw_getopt.o): Ensure that newlib include directories are not
searched.
This commit is contained in:
parent
a997e6ea10
commit
53df7e2aaf
|
@ -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>
|
Thu Sep 20 21:00:20 2001 Christopher Faylor <cgf@cygnus.com>
|
||||||
|
|
||||||
* Makefile.in (MINGW_INCLUDES): Still need cygwin/include directory.
|
* Makefile.in (MINGW_INCLUDES): Still need cygwin/include directory.
|
||||||
|
|
|
@ -122,7 +122,7 @@ endif
|
||||||
|
|
||||||
mingw_getopt.o: $(cygwin_source)/lib/getopt.c
|
mingw_getopt.o: $(cygwin_source)/lib/getopt.c
|
||||||
ifdef VERBOSE
|
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
|
else
|
||||||
@echo $(CC) $c -o $(@D)/$(basename $@)$o $(MINGW_CFLAGS) ... $^;\
|
@echo $(CC) $c -o $(@D)/$(basename $@)$o $(MINGW_CFLAGS) ... $^;\
|
||||||
${filter-out -I$(newlib_source)/%,$(COMPILE_CC)} $c -o $(@D)/$(basename $@)$o $(MINGW_CFLAGS) $<
|
${filter-out -I$(newlib_source)/%,$(COMPILE_CC)} $c -o $(@D)/$(basename $@)$o $(MINGW_CFLAGS) $<
|
||||||
|
|
Loading…
Reference in New Issue