From 3cb711674443e827e2ebc61a131590214d05c1bc Mon Sep 17 00:00:00 2001 From: Basile Starynkevitch Date: Thu, 25 Jun 2009 08:22:21 +0000 Subject: [PATCH] plugins.texi (Building GCC plugins): Corrected typo in Makefile excerpt - @ should be doubled for texinfo. 2009-06-25 Basile Starynkevitch * doc/plugins.texi (Building GCC plugins): Corrected typo in Makefile excerpt - @ should be doubled for texinfo. From-SVN: r148929 --- gcc/ChangeLog | 4 ++++ gcc/doc/plugins.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b6cba29bbd6f..ec235a038a22 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2009-06-25 Basile Starynkevitch + * doc/plugins.texi (Building GCC plugins): Corrected typo in + Makefile excerpt - @ should be doubled for texinfo. + 2009-06-24 Ian Lance Taylor * config/arc/arc.c: Include "df.h". diff --git a/gcc/doc/plugins.texi b/gcc/doc/plugins.texi index 791e04b7412a..c5efc81c6d50 100644 --- a/gcc/doc/plugins.texi +++ b/gcc/doc/plugins.texi @@ -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