From: Sami Kerola Date: Sat, 24 Nov 2012 10:29:04 +0000 (+0000) Subject: build-sys: make clean needs to remove cron-paths.h X-Git-Tag: cronie1.4.10~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=61f6f1338880059c44e70c003221068611c0b386;p=cronie build-sys: make clean needs to remove cron-paths.h The file is generated at build time. This change is needed to make distcheck work without an error. [...] ERROR: files left in build directory after distclean: ./src/cron-paths.h Signed-off-by: Sami Kerola --- diff --git a/src/Makefile.am b/src/Makefile.am index a3f57c8..60dd103 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -26,6 +26,7 @@ LDADD = $(LIBSELINUX) $(LIBPAM) $(LIBAUDIT) # If they are configurable, they are declared in configure script. # Depends on this Makefile, because it uses make variables. # CCD 2010/09/10 added CRON_HOSTNAME for clustered-cron. +CLEANFILES = cron-paths.h cron-paths.h: Makefile @echo 'creating $@' @sed >$@ 's/ *\\$$//' <<\END #\