blob: f3dc31c93d1542d8d09301749ddfb847f4903de3 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001Remove CC and CFLAGS values, we set these ourselves
2
3Upstream-Status: Inappropriate [config]
4
5diff -urN vblade-19.old//makefile vblade-19//makefile
6--- vblade-19.old//makefile 2008-10-08 22:07:40.000000000 +0100
7+++ vblade-19//makefile 2008-11-18 19:07:51.700365029 +0000
8@@ -9,8 +9,6 @@
9 mandir = ${sharedir}/man
10
Andrew Geissler72956ed2021-01-08 16:11:14 -060011 O=aoe.o bpf.o ${PLATFORM}.o ata.o dat.o
12-CFLAGS += -Wall -g -O2 -fno-common
Patrick Williamsb48b7b42016-08-17 15:04:38 -050013-CC = gcc
14
15 vblade: $O
16 ${CC} -o vblade $O