aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index ee9eece..d97110a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -70,7 +70,7 @@ OPTFILES=\
asscaddr-cl.opt\
cpimg-cl.opt\
cpsnap-cl.opt\
- detvol-cl.opt\
+ devol-cl.opt\
disasaddr-cl.opt\
freeaddr-cl.opt\
generic-cl.opt\
@@ -98,12 +98,13 @@ EXTRA_DIST=\
cmdline.opt\
$(OPTFILES)\
comtab.man\
- xref.man
+ xref.man\
+ eclatcl.m4
SUFFIXES=.opt .c .h
.opt.h:
- $(AM_V_GEN)m4 -s $(top_srcdir)/grecs/build-aux/getopt.m4 $< | sed '1d' > $@
+ $(AM_V_GEN)m4 -s $(top_srcdir)/grecs/build-aux/getopt.m4 eclatcl.m4 $< | sed '1d' > $@
comtab.man: eclat.c
$(AM_V_GEN)$(top_srcdir)/src/eclat -l '\t\\fB%n\\fR\t\\fB%i\\fR\n' > comtab.man

Return to:

Send suggestions and report system problems to the System administrator.