diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-10 14:45:05 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-10 14:45:05 -0400 |
commit | 80d24fe135e84a2fe2b96b6cf42b21e82cf71b05 (patch) | |
tree | 13a31fba091c8d822d5afcaa61cc1524d2f680d7 /src | |
parent | e2ffd6fc5c60b55fa18eb338a55fd944db57080a (diff) |
am
Diffstat (limited to 'src')
-rw-r--r-- | src/libsystemd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsystemd/Makefile b/src/libsystemd/Makefile index 4e9d06c4f0..b31fbb3d37 100644 --- a/src/libsystemd/Makefile +++ b/src/libsystemd/Makefile @@ -103,6 +103,7 @@ test_libsystemd_sym_LDADD = \ $(DESTDIR)$(pkgincludedir)/%.h: $(srcdir)/include/systemd/%.h @$(NORMAL_INSTALL) + @$(MKDIR_P) $(@D) $(am.INSTALL_HEADERS) files.sys.all += $(addprefix $(pkgincludedir)/,$(notdir $(_pkginclude_HEADERS))) |