aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/cflow.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cflow.texi b/doc/cflow.texi
index b7eb4b8..0acf1d2 100644
--- a/doc/cflow.texi
+++ b/doc/cflow.texi
@@ -1059,25 +1059,25 @@ flowcharts: @var{prog1}.cflow @var{prog2}.cflow ...
As an example, here are the relevant statements which we use in
@command{cflow} @file{src/Makefile.am}:
@smallexample
@group
EXTRA_DIST=cflow.rc
CFLOW_FLAGS=-i^s
cflow_CFLOW_INPUT=$(cflow_OBJECTS:.$(OBJEXT)=.c)
cflow.cflow: $(cflow_CFLOW_INPUT) cflow.rc Makefile
CFLOWRC=$(top_srcdir)/src/cflow.rc \
- cflow -o$@ $(CFLOW_FLAGS) $(DEFS) \
+ cflow -o$@@ $(CFLOW_FLAGS) $(DEFS) \
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) \
$(cflow_CFLOW_INPUT)
@end group
@end smallexample
@node Options, Emacs, Makefiles, Top
@chapter Complete Listing of @command{cflow} Options.
This chapter contains an alphabetical listing of all
@command{cflow} command line options, with brief descriptions and cross
references to more in-depth explanations in the body of the
manual. Both short and long option forms are listed, so you can use

Return to:

Send suggestions and report system problems to the System administrator.