[systemd-commits] Makefile.am
Kay Sievers
kay at kemper.freedesktop.org
Thu Jul 19 14:08:04 PDT 2012
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1d57af45cfcccd87aa8308bdc636f15eab2231a2
Author: Kay Sievers <kay at vrfy.org>
Date: Thu Jul 19 23:07:23 2012 +0200
build-sys: fix variable assignment
diff --git a/Makefile.am b/Makefile.am
index 985e8ef..b15b9f5 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 =
More information about the systemd-commits
mailing list