From: Sandro Tosi <morph@debian.org>
Date: Fri, 19 Nov 2021 11:59:33 -0400
Subject: makefile-dont-cp

---
 Makefile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index 76d23de..d63fe79 100644
--- a/Makefile
+++ b/Makefile
@@ -58,10 +58,7 @@ SHELL	:= /bin/bash
 
 all : build dmidump
 
-build: $(PY)-dmidecodemod.so
-$(PY)-dmidecodemod.so: $(SO)
-	cp $< $@
-$(SO):
+build:
 	$(PY) src/setup.py build
 
 dmidump : src/util.o src/efi.o src/dmilog.o
