From 024027ae2dcc425f7a3bf5bf3ff3671833b02ce6 Mon Sep 17 00:00:00 2001 From: Dale Mellor Date: Mon, 6 Jul 2015 05:46:30 +0100 Subject: Have a new directory to get rid of with maintainer-clean. --- makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'makefile.am') diff --git a/makefile.am b/makefile.am index 65b10d8..23384bd 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,3 +83,7 @@ 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 -- cgit v1.2.3