File: 0004-makefile-dont-cp.patch

package info (click to toggle)
python-dmidecode 3.12.3-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 952 kB
  • sloc: ansic: 7,962; xml: 744; python: 595; makefile: 85; sh: 68
file content (24 lines) | stat: -rw-r--r-- 492 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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