* mingwex/Makefile.in: Add -I$(srcdir)/.. to INCLUDES.

This commit is contained in:
Danny Smith 2006-07-03 20:51:58 +00:00
parent 4635b6ebd8
commit 66e7d55998
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
2006-07-04 Danny Smith <dannysmith@users.sourceforge.net>
* mingwex/Makefile.in: Add -I$(srcdir)/.. to INCLUDES.
2006-07-03 Danny Smith <dannysmith@users.sourceforge.net>
Support SSE float environment in fenv.h functions.
* cpu_features.c: New file.
* cpu_features.h: New file.

View File

@ -95,7 +95,7 @@ OPTFLAGS= -fomit-frame-pointer
MNO_CYGWIN = @MNO_CYGWIN@
W32API_INCLUDE = @W32API_INCLUDE@
INCLUDES = -I$(srcdir) -I$(srcdir)/../include \
INCLUDES = -I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/../include \
-nostdinc \
-iwithprefixbefore include
ALL_CFLAGS = $(CFLAGS) $(OPTFLAGS) $(W32API_INCLUDE) $(INCLUDES) $(MNO_CYGWIN)