X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=Makefile;h=e3bba3e0e7ab2cf0164bbd80e2f7ce1a19af5811;hp=240f5d6901a10752a653bd8b9acc74db80b7129a;hb=1da69f731ac08e3f8c7900135fbf0a933e752455;hpb=97c3ef20eed550aa3323fa20848a62f9abe87704 diff --git a/Makefile b/Makefile index 240f5d6..e3bba3e 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,8 @@ VERSION=0.0.1 PACKAGE=petitboot CC=gcc INSTALL=install -TWIN_CFLAGS=$(shell pkg-config --cflags libtwin) -TWIN_LDFLAGS=$(shell pkg-config --libs libtwin) +TWIN_CFLAGS?=$(shell pkg-config --cflags libtwin) +TWIN_LDFLAGS?=$(shell pkg-config --libs libtwin) LDFLAGS = CFLAGS = -O0 -ggdb -Wall '-DPREFIX="$(PREFIX)"'