summaryrefslogtreecommitdiff
path: root/build-aux/Makefile.once.head/20-systemd.mk
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-02 02:39:00 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-02 02:39:00 -0400
commitd2556f9977122552e1b6ba4a233a500ce86b1343 (patch)
treebbf022e36d34013eb4a9c58a247db9d7445f7497 /build-aux/Makefile.once.head/20-systemd.mk
parenta422a6a26da229bd168815958d55a582188f40bb (diff)
get libsystemd-journal-internal building
Diffstat (limited to 'build-aux/Makefile.once.head/20-systemd.mk')
-rw-r--r--build-aux/Makefile.once.head/20-systemd.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/build-aux/Makefile.once.head/20-systemd.mk b/build-aux/Makefile.once.head/20-systemd.mk
index eefed97d1e..6f528c5b2b 100644
--- a/build-aux/Makefile.once.head/20-systemd.mk
+++ b/build-aux/Makefile.once.head/20-systemd.mk
@@ -21,6 +21,8 @@
# You should have received a copy of the GNU Lesser General Public License
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
+SHELL = bash -o pipefail
+
OUR_CPPFLAGS += -MT $@ -MD -MP -MF $(@D)/$(DEPDIR)/$(basename $(@F)).P$(patsubst .%,%,$(suffix $(@F)))
OUR_CPPFLAGS += -include $(topoutdir)/config.h
OUR_CPPFLAGS += $(if $(<D),-I$(<D)) -I$(@D)