From 1f16205e5153f017962a80191b9ea658a9531196 Mon Sep 17 00:00:00 2001 From: Paul Vinciguerra Date: Thu, 26 Mar 2020 23:11:50 -0400 Subject: build tests: fix 'test-wipe-papi' target Fix transposed terms. Type: fix Change-Id: Ibc3f5d5d9dbd81c9edf09ae5024c3ac4b1939d03 Signed-off-by: Paul Vinciguerra --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 67fdcd487e2..1e6f9ecc6e0 100644 --- a/Makefile +++ b/Makefile @@ -465,7 +465,7 @@ papi-wipe: test-wipe-papi .PHONY: test-wipe-papi test-wipe-papi: - @make -C test papi-wipe + @make -C test wipe-papi .PHONY: test-help test-help: -- cgit 1.2.3-korg