diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2017-09-27 23:10:36 +0200 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2017-09-27 23:10:36 +0200 |
commit | de58e99aa569ed936db3e04047f970d6bad10af6 (patch) | |
tree | 48a20a1b91f8182e09d83e5d4062db2e8d76968d /makefile.am | |
parent | 41b427e1b220389eccd65e436fc3452e2bc0215d (diff) | |
download | mcron-de58e99aa569ed936db3e04047f970d6bad10af6.tar.gz mcron-de58e99aa569ed936db3e04047f970d6bad10af6.tar.bz2 mcron-de58e99aa569ed936db3e04047f970d6bad10af6.zip |
Revert "Have a new directory to get rid of with maintainer-clean."
This reverts commit 024027ae2dcc425f7a3bf5bf3ff3671833b02ce6.
Diffstat (limited to 'makefile.am')
-rw-r--r-- | makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/makefile.am b/makefile.am index 23384bd..65b10d8 100644 --- a/makefile.am +++ b/makefile.am @@ -51,7 +51,7 @@ mcron.c : scm/mcron/main.scm scm/mcron/crontab.scm makefile.ed mcron.c.template @rm -f mcron.escaped.scm > /dev/null 2>&1 -# Full program prefix. +#full program prefix fpp = $(DESTDIR)$(bindir)/@real_program_prefix@ @@ -83,7 +83,3 @@ uninstall-hook: $(dist_man_MANS): mcron.c $(HELP2MAN) -n 'a program to run tasks at regular (or not) intervals' \ ./mcron > $@ - - -maintainer-clean-local: - rm -r build-aux |