mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-02-11 16:11:13 +00:00
[SV 48037] Fix MinGW build with Posix configury tools
* w32/Makefile.am (libw32_a_CPPFLAGS): Add -I$(srcdir)/glob. Copyright-paperwork-exempt: yes
This commit is contained in:
parent
ec61980122
commit
2987163ac4
1 changed files with 2 additions and 1 deletions
|
@ -22,4 +22,5 @@ noinst_LIBRARIES = libw32.a
|
||||||
libw32_a_SOURCES = subproc/misc.c subproc/sub_proc.c subproc/w32err.c \
|
libw32_a_SOURCES = subproc/misc.c subproc/sub_proc.c subproc/w32err.c \
|
||||||
compat/posixfcn.c pathstuff.c w32os.c
|
compat/posixfcn.c pathstuff.c w32os.c
|
||||||
|
|
||||||
libw32_a_CPPFLAGS = -I$(srcdir)/include -I$(srcdir)/subproc -I$(top_srcdir)
|
libw32_a_CPPFLAGS = -I$(srcdir)/include -I$(srcdir)/subproc -I$(top_srcdir) \
|
||||||
|
-I$(top_srcdir)/glob
|
||||||
|
|
Loading…
Reference in a new issue