From a0b580448c4b24830ea37190eda53aa84b36cd60 Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Wed, 27 Sep 2017 23:11:01 +0200 Subject: Revert "Add missing 'makefile.am'." This reverts commit 2039060a1de3cca3aa3e9a1035ce08b430ff5ea6. --- scm/mcron/makefile.am | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 scm/mcron/makefile.am (limited to 'scm/mcron/makefile.am') diff --git a/scm/mcron/makefile.am b/scm/mcron/makefile.am deleted file mode 100644 index 931b03b..0000000 --- a/scm/mcron/makefile.am +++ /dev/null @@ -1,15 +0,0 @@ -EXTRA_DIST = main.scm mcron-core.scm vixie-specification.scm \ - crontab.scm environment.scm job-specifier.scm redirect.scm \ - vixie-time.scm - -pkgdata_DATA = core.scm environment.scm job-specifier.scm redirect.scm \ - vixie-time.scm vixie-specification.scm config.scm - - -# If you're wondering, the configure script keeps deleting all files with a name -# like core.*, so we have to keep re-making it (I lost a good day's work because -# of this). - -core.scm : mcron-core.scm - $(CP) mcron-core.scm core.scm - -- cgit v1.2.3