[PATCH phosphor-host-ipmid v2 10/20] Remove stray whitespace.

OpenBMC Patches patches at stwcx.xyz
Wed Oct 21 23:48:11 AEDT 2015


From: Patrick Williams <patrick at stwcx.xyz>

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 2177c9d..73cefc6 100755
--- a/Makefile
+++ b/Makefile
@@ -11,9 +11,9 @@ LIB_APP     = libapphandler.so
 
 INC_FLAG += $(shell pkg-config --cflags --libs libsystemd) -I. -O2 --std=gnu++11
 LIB_FLAG += $(shell pkg-config  --libs libsystemd) -rdynamic
-IPMID_PATH ?= -DHOST_IPMI_LIB_PATH=\"/usr/lib/host-ipmid/\" 
+IPMID_PATH ?= -DHOST_IPMI_LIB_PATH=\"/usr/lib/host-ipmid/\"
 
-all: $(DAEMON) $(LIB_APP) 
+all: $(DAEMON) $(LIB_APP)
 
 %.o: %.C
 	$(CXX) -fpic -c $< $(CXXFLAGS) $(INC_FLAG) $(IPMID_PATH) -o $@
-- 
2.6.0




More information about the openbmc mailing list