Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEarnie Boyd <earnie@users.sf.net>2003-05-06 18:46:06 +0400
committerEarnie Boyd <earnie@users.sf.net>2003-05-06 18:46:06 +0400
commit3a1f6523086d6bc56aa23e762ee2a84228c11edd (patch)
treefd9b73b0c836773c13f09ecd36314db92b0aaf53 /winsup/mingw/profile
parent98a430bcbe13ac49f990a68442b1a2a653819376 (diff)
* configure.in (W32API_INCLUDE): Need the -I switch in the value.
* mingwex/configure.in (W32API_INCLUDE): Ditto. * profile/configure.in (W32API_INCLUDE): Ditto.
Diffstat (limited to 'winsup/mingw/profile')
-rw-r--r--winsup/mingw/profile/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/mingw/profile/configure.in b/winsup/mingw/profile/configure.in
index 2496c282e..f599984f9 100644
--- a/winsup/mingw/profile/configure.in
+++ b/winsup/mingw/profile/configure.in
@@ -61,7 +61,7 @@ case "$target_os" in
;;
esac
-W32API_INCLUDE='$(subdir)/../w32api/include'
+W32API_INCLUDE='-I $(subdir)/../w32api/include'
AC_SUBST(CRT_ID)
AC_SUBST(RUNTIME)