diff options
author | Kay Sievers <kay@vrfy.org> | 2012-07-19 23:07:23 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2012-07-19 23:07:23 +0200 |
commit | 1d57af45cfcccd87aa8308bdc636f15eab2231a2 (patch) | |
tree | c76e908e539a83460db905a67fd71be7d211c2ee | |
parent | 3f612b9123208577736957786633ead53ae41b66 (diff) |
build-sys: fix variable assignment
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 985e8eff49..b15b9f54c1 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 = |