]> git.pld-linux.org Git - packages/cpuid.git/blob - cpuid-Makefile.patch
- new. use
[packages/cpuid.git] / cpuid-Makefile.patch
1 --- cpuid-3.3.orig/Makefile     2006-07-09 00:59:56.000000000 +0200
2 +++ cpuid-3.3/Makefile  2006-07-09 01:00:03.000000000 +0200
3 @@ -1,7 +1,7 @@
4  CFLAGS=-O2 -Wall
5  
6  cpuid: cpuid.o
7 -       gcc -o $@ $^
8 +       $(CC) -o $@ $^
9  
10  clean:
11         rm -f *.o cpuid
This page took 0.058026 seconds and 3 git commands to generate.