diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-26 01:06:02 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-26 01:06:02 -0400 |
commit | 88d0127d07f0de5b0aa536deaf2b84877a402a6b (patch) | |
tree | 066de356346419669f017bf8350691af3d0422e0 /src/systemd-tmpfiles | |
parent | 9155dec335ce55c5443088595717f282aa27f055 (diff) | |
parent | eeea4ae0f9e1652e553015c7db7d640ec172a7b5 (diff) |
Merge branch 'lukeshu-postmove' into lukeshu
# Conflicts:
# src/libshared/Makefile
Diffstat (limited to 'src/systemd-tmpfiles')
-rw-r--r-- | src/systemd-tmpfiles/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/systemd-tmpfiles/Makefile b/src/systemd-tmpfiles/Makefile index ddc7746125..1e3664b0b4 100644 --- a/src/systemd-tmpfiles/Makefile +++ b/src/systemd-tmpfiles/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -if ENABLE_TMPFILES +ifneq ($(ENABLE_TMPFILES),) systemd_tmpfiles_SOURCES = \ src/tmpfiles/tmpfiles.c @@ -51,7 +51,7 @@ dist_tmpfiles_DATA = \ tmpfiles.d/systemd-nspawn.conf \ tmpfiles.d/journal-nocow.conf -if HAVE_SYSV_COMPAT +ifneq ($(HAVE_SYSV_COMPAT),) dist_tmpfiles_DATA += \ tmpfiles.d/legacy.conf endif |