]> git.pld-linux.org Git - packages/cpuid.git/commitdiff
- new. use
authordarekr <darekr@pld-linux.org>
Sat, 8 Jul 2006 23:02:42 +0000 (23:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cpuid-Makefile.patch -> 1.1

cpuid-Makefile.patch [new file with mode: 0644]

diff --git a/cpuid-Makefile.patch b/cpuid-Makefile.patch
new file mode 100644 (file)
index 0000000..872ca08
--- /dev/null
@@ -0,0 +1,11 @@
+--- cpuid-3.3.orig/Makefile    2006-07-09 00:59:56.000000000 +0200
++++ cpuid-3.3/Makefile 2006-07-09 01:00:03.000000000 +0200
+@@ -1,7 +1,7 @@
+ CFLAGS=-O2 -Wall
+ cpuid: cpuid.o
+-      gcc -o $@ $^
++      $(CC) -o $@ $^
+ clean:
+       rm -f *.o cpuid
This page took 0.229143 seconds and 4 git commands to generate.