mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Typo in CPPFLAGS
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@14336 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
df8aa040e7
commit
b496bffb85
3 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-08-26 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* configure.ac: Typo in CPPFLAGS (Reported by Chris Vetter).
|
||||
|
||||
2002-08-24 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Documentation/README.MinGW: Update.
|
||||
|
|
4
configure
vendored
4
configure
vendored
|
@ -2326,8 +2326,8 @@ esac
|
|||
# Save the user supplied CPPFLAGS so we can restore them later.
|
||||
user_CPPFLAGS="$CPPFLAGS"
|
||||
# This is just for configuring. Later, in config.make, INCLUDE_FLAGS
|
||||
# goes in CONFIG_SYSTEM_INCL and the original CPPFLAGS goes in unaltered.
|
||||
$CPPFLAGS="$CPPFLAGS $INCLUDE_FLAGS"
|
||||
# goes in CONFIG_SYSTEM_INCL and the original CPPFLAGS goes in unaltered
|
||||
CPPFLAGS="$CPPFLAGS $INCLUDE_FLAGS"
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
# Determine the host, build, and target systems
|
||||
|
|
|
@ -62,7 +62,7 @@ esac
|
|||
user_CPPFLAGS="$CPPFLAGS"
|
||||
# This is just for configuring. Later, in config.make, INCLUDE_FLAGS
|
||||
# goes in CONFIG_SYSTEM_INCL and the original CPPFLAGS goes in unaltered
|
||||
$CPPFLAGS="$CPPFLAGS $INCLUDE_FLAGS"
|
||||
CPPFLAGS="$CPPFLAGS $INCLUDE_FLAGS"
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
# Determine the host, build, and target systems
|
||||
|
|
Loading…
Reference in a new issue