summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChris Austen <austenc@us.ibm.com>2015-11-01 06:34:56 -0600
committerPatrick Williams <patrick@stwcx.xyz>2015-11-01 06:34:56 -0600
commitb45c4cb9f04bf295411c420c1ac05a0dd42e5e74 (patch)
treed8b31b599628ec2ff8df2d9841ab13079373e6d2 /Makefile
parent7bb1b15e20087ff630da97acd48eba3cb958734c (diff)
downloadipmi-fru-parser-b45c4cb9f04bf295411c420c1ac05a0dd42e5e74.tar.gz
ipmi-fru-parser-b45c4cb9f04bf295411c420c1ac05a0dd42e5e74.zip
Fix compile and linker problems
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e635432..f56eba3 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ OPTFLAGS ?= -O3 -g -pipe
CFLAGS ?= $(OPTFLAGS)
CXXFLAGS ?= $(OPTFLAGS)
CFLAGS += -Wall -flto -fPIC
-CXXFLAGS += --std=gnu++14 -Wall -flto -fPIC -I.
+CXXFLAGS += --std=gnu++14 -Wall -flto -fPIC
__PKG_CONFIG = $(if $1,$(shell pkg-config $2 $1))
OpenPOWER on IntegriCloud