mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
* tests/atlocal.in (CPPFLAGS): Do not leave a space between -I and
its argument. Reported by Peter Hmorsk.
This commit is contained in:
@@ -10,4 +10,4 @@ CFLAGS='@CFLAGS@ @WARNING_CFLAGS@'
|
||||
GCC='@GCC@'
|
||||
|
||||
# We need `config.h'.
|
||||
CPPFLAGS="-I $top_buildpath @CPPFLAGS@"
|
||||
CPPFLAGS="-I$top_buildpath @CPPFLAGS@"
|
||||
|
||||
Reference in New Issue
Block a user