blob: 13d1817ce676bb184c34842d8dec593c8ceff97d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
From ce8422fc8ec4881c5e54b651af3ef4ce2ca96847 Mon Sep 17 00:00:00 2001
From: Bernhard Rosenkraenzer <bero@arklinux.org>
Date: Mon, 23 Aug 2010 14:50:40 +0200
Subject: [PATCH] fix build with automake 1.11.1
Fixed build with automake 1.11.1: whitespace following trailing backslash.
fd.o#29085
---
policy/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/policy/Makefile.am b/policy/Makefile.am
index b506a08..503e9f3 100644
--- a/policy/Makefile.am
+++ b/policy/Makefile.am
@@ -24,7 +24,7 @@ check:
then \
echo ok; \
else \
- echo failed; \
+ echo failed; \
exit 1; \
fi; \
done;
--
1.7.3.2
|