File: 0004-makefile-dont-cp.patch

package info (click to toggle)
python-dmidecode 3.12.2-11
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,144 kB
  • sloc: ansic: 6,946; xml: 741; python: 595; makefile: 93; sh: 68
file content (14 lines) | stat: -rw-r--r-- 254 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- 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