From 61f6f1338880059c44e70c003221068611c0b386 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Sat, 24 Nov 2012 10:29:04 +0000 Subject: [PATCH] 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 --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 #\ -- 2.40.0