summaryrefslogtreecommitdiff
path: root/sys-apps/x86info/files/x86info-1.29-parallel-make-cleanup.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/x86info/files/x86info-1.29-parallel-make-cleanup.patch')
-rw-r--r--sys-apps/x86info/files/x86info-1.29-parallel-make-cleanup.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/sys-apps/x86info/files/x86info-1.29-parallel-make-cleanup.patch b/sys-apps/x86info/files/x86info-1.29-parallel-make-cleanup.patch
deleted file mode 100644
index a9cec0397fac..000000000000
--- a/sys-apps/x86info/files/x86info-1.29-parallel-make-cleanup.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/Makefile
-+++ b/Makefile
-@@ -12,7 +12,8 @@
- LSMSR_TMP_HEADERS=AMD/k8.h AMD/fam10h.h AMD/fam11h.h generic_msr.h
-
- %.h: %.regs scripts/createheader.py
-- python scripts/createheader.py $< `basename $< .regs` >$@
-+ $(PYTHON) scripts/createheader.py $< `basename $< .regs` >$@.tmp ; \
-+ mv $@.tmp $@
-
- LSMSR_SRC = \
- lsmsr.c \