Set CFLAGS in just one line.

This commit is contained in:
kaiw 2014-01-15 22:47:53 +00:00
parent 7b2bd39321
commit 7497ad86a7

View File

@ -4,10 +4,6 @@
TOP= ${.CURDIR}/../../contrib/elftoolchain
SRCDIR= ${TOP}/libelf
CFLAGS+= -I. # OBJDIR
CFLAGS+= -I${SRCDIR} # Sources
CFLAGS+= -I${TOP}/common # common code
.PATH: ${SRCDIR}
LIB= elf
@ -72,6 +68,7 @@ INCSDIR= /usr/include
GENSRCS= libelf_fsize.c libelf_msize.c libelf_convert.c
CLEANFILES= ${GENSRCS}
CFLAGS+= -I. -I${SRCDIR} -I${TOP}/common
SHLIB_MAJOR= 1