57 lines
1.3 KiB
Diff
57 lines
1.3 KiB
Diff
|
From ae66fdee8e73ba460b2fbc592f1bc79574c5e02d Mon Sep 17 00:00:00 2001
|
||
|
From: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
|
||
|
Date: Mon, 16 Nov 2015 18:29:17 +0530
|
||
|
Subject: [PATCH] Makefile fix
|
||
|
|
||
|
Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
|
||
|
---
|
||
|
Makefile.am | 10 +++++++++-
|
||
|
Makefile.in | 10 +++++++++-
|
||
|
2 files changed, 18 insertions(+), 2 deletions(-)
|
||
|
|
||
|
diff --git a/Makefile.am b/Makefile.am
|
||
|
index e6be23e..b521794 100644
|
||
|
--- a/Makefile.am
|
||
|
+++ b/Makefile.am
|
||
|
@@ -43,7 +43,15 @@ man_MANS = \
|
||
|
man/lsslot.8 \
|
||
|
man/ppc64_cpu.8 \
|
||
|
man/errinjct.8 \
|
||
|
- man/rtas_dbg.8
|
||
|
+ man/rtas_dbg.8 \
|
||
|
+ man/lsdevinfo.8 \
|
||
|
+ man/rtas_event_decode.8 \
|
||
|
+ man/ls-vdev.8 \
|
||
|
+ man/lsprop.8 \
|
||
|
+ man/drmgr.8 \
|
||
|
+ man/ls-veth.8 \
|
||
|
+ man/nvsetenv.8 \
|
||
|
+ man/ls-vscsi.8
|
||
|
|
||
|
EXTRA_DIST += $(bin_SCRIPTS) $(sbin_SCRIPTS) $(man_MANS)
|
||
|
|
||
|
diff --git a/Makefile.in b/Makefile.in
|
||
|
index 3d8c1fc..efa7c7d 100644
|
||
|
--- a/Makefile.in
|
||
|
+++ b/Makefile.in
|
||
|
@@ -505,7 +505,15 @@ man_MANS = \
|
||
|
man/lsslot.8 \
|
||
|
man/ppc64_cpu.8 \
|
||
|
man/errinjct.8 \
|
||
|
- man/rtas_dbg.8
|
||
|
+ man/rtas_dbg.8 \
|
||
|
+ man/lsdevinfo.8 \
|
||
|
+ man/rtas_event_decode.8 \
|
||
|
+ man/ls-vdev.8 \
|
||
|
+ man/lsprop.8 \
|
||
|
+ man/drmgr.8 \
|
||
|
+ man/ls-veth.8 \
|
||
|
+ man/nvsetenv.8 \
|
||
|
+ man/ls-vscsi.8
|
||
|
|
||
|
pseries_platform_SOURCES = src/common/pseries_platform.c src/common/pseries_platform.h
|
||
|
librtas_error_SOURCES = src/common/librtas_error.c src/common/librtas_error.h
|
||
|
--
|
||
|
2.1.0
|
||
|
|