aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordrenfong.wang <drenfong.wang@intel.com>2019-02-11 04:45:02 +0000
committerdrenfong.wang <drenfong.wang@intel.com>2019-02-11 04:45:02 +0000
commit198cc0c59fcd04063848e2fc4da619b397d5f9e3 (patch)
tree767908044ecb2755285522c1951bb816f9f7b856 /Makefile
parenteaf1550d97e4378ee932557e740b378f457c9b25 (diff)
fix install-dep for centos
Change-Id: I2669337eb5c683f33e9690686554876b3c6d2ff8 Signed-off-by: drenfong.wang <drenfong.wang@intel.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d3ee9a4..cc5cc36 100644
--- a/Makefile
+++ b/Makefile
@@ -40,8 +40,8 @@ DEB_DEPENDS = curl build-essential autoconf automake ccache git
DEB_DEPENDS += bison flex libpcre3-dev libev-dev libavl-dev libprotobuf-c-dev protobuf-c-compiler libcmocka-dev
DEB_DEPENDS += cmake ninja-build python-pkgconfig python-dev libssl-dev indent wget
-RPM_DEPENDS = curl autoconf automake ccache bison flex pcre-devel libev-devel protobuf-c-devel protobuf-c-compiler libcmocka-devel
-RPM_DEPENDS = cmake ninja-build python-pkgconfig python-devel openssl-devel graphviz wget gcc gcc-c++ indent git
+RPM_DEPENDS = curl autoconf automake ccache bison flex pcre-devel libev-devel protobuf-c-devel protobuf-c-compiler libcmocka-devel
+RPM_DEPENDS += cmake ninja-build python-pkgconfig python-devel openssl-devel graphviz wget gcc gcc-c++ indent git
ifeq ($(findstring y,$(UNATTENDED)),y)
CONFIRM=-y