mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-07-25 07:50:32 +00:00
* tests/atlocal.in (CPPFLAGS): Do not leave a space between -I and
its argument. Reported by Peter Hámorský.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2001-12-05 Akim Demaille <[email protected]>
|
||||||
|
|
||||||
|
* tests/atlocal.in (CPPFLAGS): Do not leave a space between -I and
|
||||||
|
its argument.
|
||||||
|
Reported by Peter Hámorský.
|
||||||
|
|
||||||
2001-12-05 Akim Demaille <[email protected]>
|
2001-12-05 Akim Demaille <[email protected]>
|
||||||
|
|
||||||
* src/conflicts.c (err_table): Remove.
|
* src/conflicts.c (err_table): Remove.
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ Noah Friedman [email protected]
|
|||||||
Pascal Bart [email protected]
|
Pascal Bart [email protected]
|
||||||
Paul Eggert [email protected]
|
Paul Eggert [email protected]
|
||||||
Per Allansson [email protected]
|
Per Allansson [email protected]
|
||||||
|
Peter Hámorský [email protected]
|
||||||
Piotr Gackiewicz [email protected]
|
Piotr Gackiewicz [email protected]
|
||||||
Richard Stallman [email protected]
|
Richard Stallman [email protected]
|
||||||
Robert Anisko [email protected]
|
Robert Anisko [email protected]
|
||||||
|
|||||||
+1
-1
@@ -10,4 +10,4 @@ CFLAGS='@CFLAGS@ @WARNING_CFLAGS@'
|
|||||||
GCC='@GCC@'
|
GCC='@GCC@'
|
||||||
|
|
||||||
# We need `config.h'.
|
# We need `config.h'.
|
||||||
CPPFLAGS="-I $top_buildpath @CPPFLAGS@"
|
CPPFLAGS="-I$top_buildpath @CPPFLAGS@"
|
||||||
|
|||||||
Reference in New Issue
Block a user