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