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
@@ -1065,13 +1065,13 @@ flowcharts: @var{prog1}.cflow @var{prog2}.cflow ...
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

Return to:

Send suggestions and report system problems to the System administrator.