mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-10 21:03: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:
@@ -1,3 +1,9 @@
|
|||||||
|
2001-12-05 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
|
* tests/atlocal.in (CPPFLAGS): Do not leave a space between -I and
|
||||||
|
its argument.
|
||||||
|
Reported by Peter Hámorský.
|
||||||
|
|
||||||
2001-12-05 Akim Demaille <akim@epita.fr>
|
2001-12-05 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
* src/conflicts.c (err_table): Remove.
|
* src/conflicts.c (err_table): Remove.
|
||||||
|
|||||||
1
THANKS
1
THANKS
@@ -22,6 +22,7 @@ Noah Friedman friedman@gnu.org
|
|||||||
Pascal Bart pascal.bart@epita.fr
|
Pascal Bart pascal.bart@epita.fr
|
||||||
Paul Eggert eggert@twinsun.com
|
Paul Eggert eggert@twinsun.com
|
||||||
Per Allansson per@appgate.com
|
Per Allansson per@appgate.com
|
||||||
|
Peter Hámorský hamo@upjs.sk
|
||||||
Piotr Gackiewicz gacek@intertel.com.pl
|
Piotr Gackiewicz gacek@intertel.com.pl
|
||||||
Richard Stallman rms@gnu.org
|
Richard Stallman rms@gnu.org
|
||||||
Robert Anisko anisko_r@epita.fr
|
Robert Anisko anisko_r@epita.fr
|
||||||
|
|||||||
@@ -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