AboutSummaryRefsLogTreeCommitDiffStats
path: root/makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'makefile.am')
-rw-r--r--makefile.am11
1 files changed, 1 insertions, 10 deletions
diff --git a/makefile.am b/makefile.am
index 61fbe56..aa0b24b 100644
--- a/makefile.am
+++ b/makefile.am
@@ -21,12 +21,9 @@
SUBDIRS = scm/mcron .
-ED = @ED@ # !!!! Are these needed?
CP = @CP@
-CLEANFILES = mcron.c
-
-EXTRA_DIST = makefile.ed mcron.c.template BUGS ChangeLog.old
+EXTRA_DIST = BUGS ChangeLog.old
info_TEXINFOS = doc/mcron.texi
doc_mcron_TEXINFOS = doc/fdl.texi
@@ -40,12 +37,6 @@ mcron_LDADD = @GUILE_LIBS@
# in turn so that we can do mcron --help during the build process.
mcron_CFLAGS = @GUILE_CFLAGS@ -DGUILE_LOAD_PATH=\"$(datadir):./scm:...\"
-
-mcron.c : scm/mcron/main.scm scm/mcron/crontab.scm makefile.ed mcron.c.template
- @echo 'Building mcron.c...'
- @$(ED) < makefile.ed > /dev/null 2>&1
- @rm -f mcron.escaped.scm > /dev/null 2>&1
-
dist-hook: gen-ChangeLog
gen_start_date = 2015-06-26