summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Austen <austenc@us.ibm.com>2015-11-24 15:32:33 -0600
committerChris Austen <austenc@us.ibm.com>2015-11-24 15:32:33 -0600
commitf31db38650b1d1c6d5a66ea4a397f3def9c734e0 (patch)
treefa78c7969fc851da2ffcf9b3789e1a370121ef77
parent7c4698a9689fa2da4b748a747362905cc613002b (diff)
downloadipmi-fru-parser-f31db38650b1d1c6d5a66ea4a397f3def9c734e0.tar.gz
ipmi-fru-parser-f31db38650b1d1c6d5a66ea4a397f3def9c734e0.zip
Makefile not running install correctly
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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) \
)
OpenPOWER on IntegriCloud