blob: f0208b9dc23dbeb004d5f2b4bc0b6c8a3b2bb5a6 [file] [log] [blame]
Patrick Williamsc0f7c042017-02-23 20:41:17 -06001From 94fabcdda5c7e54ccdbc1f0aeccb26ce30e61226 Mon Sep 17 00:00:00 2001
2From: Robert Yang <liezhi.yang@windriver.com>
3Date: Mon, 18 Jul 2016 19:53:00 -0700
4Subject: [PATCH] Revert "Create man page in the make-install-from-git-repo
5 case"
6
7This reverts commit b86784902d28defd5e475c8922de594787df4541.
8
9We dont' have asciidoc, so revert it.
10
11Upstream-Status: Inappropriate [OE-Core specific]
12
13Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
14---
15 Makefile.in | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18diff --git a/Makefile.in b/Makefile.in
19index d474f2a..c6cdc04 100644
20--- a/Makefile.in
21+++ b/Makefile.in
22@@ -76,7 +76,7 @@ ccache$(EXEEXT): $(ccache_objs) $(extra_libs)
23 $(CC) $(all_cflags) -o $@ $(ccache_objs) $(LDFLAGS) $(extra_libs) $(LIBS)
24
25 .PHONY: install
26-install: all $(srcdir)/ccache.1
27+install: all
28 $(installcmd) -d $(DESTDIR)$(bindir)
29 $(installcmd) -m 755 ccache$(EXEEXT) $(DESTDIR)$(bindir)
30 $(installcmd) -d $(DESTDIR)$(mandir)/man1
31--
322.9.0
33