[PATCH ipmi-fru-parser] Makefile not running install correctly

OpenBMC Patches openbmc-patches at stwcx.xyz
Wed Nov 25 08:40:09 AEDT 2015


From: Chris Austen <austenc at us.ibm.com>

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 07bbf5a..dc66a77 100644
--- a/Makefile
+++ b/Makefile
@@ -66,7 +66,7 @@ install:
 		)
 		$(if $(LIBS),\
 		install -m 0755 -d $(DESTDIR)$(LIBDIR)/host-ipmid && \
-		install -m 0755 $(HOST_LIBS) $(DESTDIR)$(LIBDIR)/host-ipmid \
+		install -m 0755 $(HOST_LIBS) $(DESTDIR)$(LIBDIR)/host-ipmid && \
 		install -m 0755 $(LIBS) $(DESTDIR)$(LIBDIR) \
 		)
 
-- 
2.6.3




More information about the openbmc mailing list