diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2018-10-26 04:42:31 -0700 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2018-10-26 19:35:08 +0000 |
commit | 8e7ba4ad12bf5d0ebfbef31129770eee79b54ea8 (patch) | |
tree | 6c3d9df462a8962e153de793775349d8015b7cbb | |
parent | 539e637ccee4171954f2fffa5516c45a388c8a3e (diff) |
Trivial: Fix Makefile typo
Change-Id: Ia108b0359cb2dc4ba2e773117ee7134274a98056
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -496,7 +496,7 @@ pkg-srpm: dist make -C extras/rpm srpm dpdk-install-dev: - $(call banner,"This command is deprecated. Please use 'make install-ext-libs'") + $(call banner,"This command is deprecated. Please use 'make install-ext-deps'") make -C build/external install-$(PKG) install-ext-deps: |