From 974b363b23ea812b5b81b973caa3c98abcb55aa4 Mon Sep 17 00:00:00 2001 From: darekr Date: Sat, 8 Jul 2006 23:02:42 +0000 Subject: [PATCH] - new. use Changed files: cpuid-Makefile.patch -> 1.1 --- cpuid-Makefile.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 cpuid-Makefile.patch diff --git a/cpuid-Makefile.patch b/cpuid-Makefile.patch new file mode 100644 index 0000000..872ca08 --- /dev/null +++ b/cpuid-Makefile.patch @@ -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 -- 2.43.0