diff options
author | Tor Lillqvist <tml@iki.fi> | 2004-11-30 21:55:48 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2004-11-30 21:55:48 +0000 |
commit | b42a73ec9f3eef813fe0a475b6b4b49e63809420 (patch) | |
tree | 8e8db8533ac2e549bb4c98f05ebc2b02349fb545 /ChangeLog.pre-2-6 | |
parent | 67379ad08b6610a8812a9d0e1239c1a5cef4f2d3 (diff) | |
download | glib-b42a73ec9f3eef813fe0a475b6b4b49e63809420.tar.gz |
glib/Makefile.am (glib.def) gcc -E complains "linker unused because
2004-11-30 Tor Lillqvist <tml@iki.fi>
* glib/Makefile.am (glib.def)
* gobject/Makefile.am (gobject.def): gcc -E complains "linker
unused because linking not done" if told to preprocess an
*.symbols file. Use '-' and redirection to pass it as standard
input instead.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index f09a4eab5..ff837f535 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,10 @@ +2004-11-30 Tor Lillqvist <tml@iki.fi> + + * glib/Makefile.am (glib.def): gcc -E complains "linker input file + unused because linking not done" if told to preprocess the + glib.symbols file. Use '-' and redirection to pass it as standard + input instead. + 2004-11-30 Matthias Clasen <mclasen@redhat.com> * NEWS: Updates |