]> git.pld-linux.org Git - packages/cpuid.git/blame - cpuid-Makefile.patch
- tabs in preamble
[packages/cpuid.git] / cpuid-Makefile.patch
CommitLineData
974b363b 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.112473 seconds and 4 git commands to generate.