5509c00
From 4b700b54f53769239daa9d62ba1a75804b1f6265 Mon Sep 17 00:00:00 2001
5509c00
From: Ronny Chevalier <chevalier.ronny@gmail.com>
5509c00
Date: Tue, 17 Jun 2014 19:26:14 +0200
5509c00
Subject: [PATCH] build-sys: add missing backslash
5509c00
5509c00
(cherry picked from commit fe582db94bac3743b87d67d880497fe40b06dd2f)
5509c00
---
5509c00
 Makefile.am | 2 +-
5509c00
 1 file changed, 1 insertion(+), 1 deletion(-)
5509c00
5509c00
diff --git a/Makefile.am b/Makefile.am
5509c00
index 959c1210..cb9b1fa8 100644
5509c00
--- a/Makefile.am
5509c00
+++ b/Makefile.am
5509c00
@@ -3453,7 +3453,7 @@ libsystemd_journal_internal_la_SOURCES = \
5509c00
 	src/journal/mmap-cache.h
5509c00
 
5509c00
 # using _CFLAGS = in the conditional below would suppress AM_CFLAGS
5509c00
-libsystemd_journal_internal_la_CFLAGS =
5509c00
+libsystemd_journal_internal_la_CFLAGS = \
5509c00
 	$(AM_CFLAGS)
5509c00
 
5509c00
 libsystemd_journal_internal_la_LIBADD =