1From 42efc94c11d510b41d8cf3407e1c3900eb52b600 Mon Sep 17 00:00:00 2001
2From: Hongxu Jia <hongxu.jia@windriver.com>
3Date: Thu, 4 Jun 2015 16:28:02 +0800
4Subject: [PATCH] Remove unused variable (YELP_HELP_RULES)
5
6Upstream-Status: Pending
7
8Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
9---
10 help/Makefile.am | 2 --
11 help/Makefile.in | 2 --
12 2 files changed, 4 deletions(-)
13
14diff --git a/help/Makefile.am b/help/Makefile.am
15index 50c0e84..5c5d2e9 100644
16--- a/help/Makefile.am
17+++ b/help/Makefile.am
18@@ -1,5 +1,3 @@
19-@YELP_HELP_RULES@
20-
21 HELP_ID = glade
22
23 HELP_FILES = \
24diff --git a/help/Makefile.in b/help/Makefile.in
25index 6978ea5..e1c7d3b 100644
26--- a/help/Makefile.in
27+++ b/help/Makefile.in
28@@ -521,8 +521,6 @@ uninstall-am:
29
30 .PRECIOUS: Makefile
31
32-@YELP_HELP_RULES@
33-
34 # Tell versions [3.59,3.63) of GNU make to not export all variables.
35 # Otherwise a system limit (for SysV at least) may be exceeded.
36 .NOEXPORT:
37--
381.9.1
39
40