sic-git: fix CC declared in the Makefile

This commit is contained in:
Ypnose 2013-08-29 00:11:53 +02:00
parent 63a990c21c
commit facd678590

View file

@ -14,7 +14,6 @@ do_fetch() {
}
do_build() {
sed -i 's/^CC = cc/#CC = cc/g' config.mk
make CC=$CC INCS="-I." LIBS= ${makejobs}
}