From 1d57af45cfcccd87aa8308bdc636f15eab2231a2 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Thu, 19 Jul 2012 23:07:23 +0200 Subject: [PATCH] build-sys: fix variable assignment --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 985e8eff4..b15b9f54c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -82,7 +82,7 @@ rootprefix=@rootprefix@ rootbindir=$(rootprefix)/bin rootlibexecdir=$(rootprefix)/lib/systemd -CLEANFILES = BUILT_SOURCES +CLEANFILES = $(BUILT_SOURCES) EXTRA_DIST = BUILT_SOURCES = INSTALL_EXEC_HOOKS = -- 2.30.2