From 3cb711674443e827e2ebc61a131590214d05c1bc Mon Sep 17 00:00:00 2001 From: Basile Starynkevitch Date: Thu, 25 Jun 2009 08:22:21 +0000 Subject: 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/doc/plugins.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/doc/plugins.texi') diff --git a/gcc/doc/plugins.texi b/gcc/doc/plugins.texi index 791e04b..c5efc81 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 -- cgit v1.1