diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2017-09-27 23:11:01 +0200 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2017-09-27 23:11:01 +0200 |
commit | a0b580448c4b24830ea37190eda53aa84b36cd60 (patch) | |
tree | 2e65fa2b91a94bbdf0066b687cbef651e2aa37ba | |
parent | d96ede0b09dc65903cd5e2231e7c37c2445bedd4 (diff) | |
download | mcron-a0b580448c4b24830ea37190eda53aa84b36cd60.tar.gz mcron-a0b580448c4b24830ea37190eda53aa84b36cd60.tar.bz2 mcron-a0b580448c4b24830ea37190eda53aa84b36cd60.zip |
Revert "Add missing 'makefile.am'."
This reverts commit 2039060a1de3cca3aa3e9a1035ce08b430ff5ea6.
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | scm/mcron/makefile.am | 15 |
3 files changed, 1 insertions, 23 deletions
@@ -13,7 +13,7 @@ depcomp install-sh makefile makefile.in -/mcron +mcron mcron.c mcron.info *.o @@ -1,10 +1,3 @@ -2015-06-26 Mathieu Lirzin <mthl@openmailbox.org> - - Add missing 'makefile.am'. - * scm/mcron/makefile.am: New file. - * .gitignore: Ignore 'mcron' only in the top-level directory. - - 2014-05-25 Dale Mellor <dale_mellor@users.sourceforge.net> * Juggled build infrastructure so that we can make the minimal man 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 - |