mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-21 13:50:22 +00:00
* some patches have also incorrect value, but e.g. "Unknown" is as good as "Pending" to me Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
17 lines
420 B
Diff
17 lines
420 B
Diff
Remove CC and CFLAGS values, we set these ourselves
|
|
|
|
Upstream-Status: Inappropriate [config]
|
|
|
|
diff -urN vblade-19.old//makefile vblade-19//makefile
|
|
--- vblade-19.old//makefile 2008-10-08 22:07:40.000000000 +0100
|
|
+++ vblade-19//makefile 2008-11-18 19:07:51.700365029 +0000
|
|
@@ -9,8 +9,6 @@
|
|
mandir = ${sharedir}/man
|
|
|
|
O=aoe.o bpf.o ${PLATFORM}.o ata.o
|
|
-CFLAGS += -Wall -g -O2
|
|
-CC = gcc
|
|
|
|
vblade: $O
|
|
${CC} -o vblade $O
|