From c50c7aa373c5772b6b9f8edfb26e0fc7bbd84391 Mon Sep 17 00:00:00 2001 From: David Howells Date: Wed, 20 May 2020 16:23:00 +0100 Subject: [PATCH] Makefile: Mark rpmlint, rpm and tarball targets as always needing doing Mark the rpmlint, rpm, tarball and $(ZTARBALL) targets as always needing doing in the main makefile so that they don't get blocked by existing stuff of the same pathname. Signed-off-by: David Howells --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index ce75ad6..8a5c5ac 100644 --- a/Makefile +++ b/Makefile @@ -134,6 +134,8 @@ rpm: tarball rpmlint: rpm rpmlint $(SRPM) $(CURDIR)/rpmbuild/RPMS/*/kafs-client-{,debuginfo-}$(rpmver).*.rpm +.PHONY: rpmlint rpm tarball $(ZTARBALL) + ############################################################################### # # Build debugging -- 2.50.1