plugins.texi (Building GCC plugins): Corrected typo in Makefile excerpt - @ should...
authorBasile Starynkevitch <basile@starynkevitch.net>
Thu, 25 Jun 2009 08:22:21 +0000 (08:22 +0000)
committerBasile Starynkevitch <bstarynk@gcc.gnu.org>
Thu, 25 Jun 2009 08:22:21 +0000 (08:22 +0000)
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

gcc/ChangeLog
gcc/doc/plugins.texi

index b6cba29bbd6f4ccba6c42ec6fdc6013040a400b9..ec235a038a22b787ce1d1436f0d3646c586cd26f 100644 (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".
index 791e04b7412aae55a35933af5c52be93e28e3315..c5efc81c6d50411253386cfc68c0e7c99cea11bf 100644 (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