plugins.texi (Building GCC plugins): Corrected typo in Makefile excerpt - @ should be doubled for texinfo.

2009-06-25  Basile Starynkevitch  <basile@starynkevitch.net>
	* doc/plugins.texi (Building GCC plugins): Corrected typo in
	Makefile excerpt - @ should be doubled for texinfo.

From-SVN: r148929
This commit is contained in:
Basile Starynkevitch 2009-06-25 08:22:21 +00:00 committed by Basile Starynkevitch
parent d6533e74c2
commit 3cb7116744
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-06-25 Basile Starynkevitch <basile@starynkevitch.net>
* doc/plugins.texi (Building GCC plugins): Corrected typo in
Makefile excerpt - @ should be doubled for texinfo.
2009-06-24 Ian Lance Taylor <iant@google.com>
* config/arc/arc.c: Include "df.h".

View File

@ -305,7 +305,7 @@ GCCPLUGINS_DIR:= $(shell $(GCC) -print-file-name=plugin)
CFLAGS+= -I$(GCCPLUGINS_DIR)/include -fPIC -O2
plugin.so: $(PLUGIN_OBJECT_FILES)
$(GCC) -shared $^ -o $@
$(GCC) -shared $^ -o $@@
@end smallexample
A single source file plugin may be built with @code{gcc -I`gcc