Set CFLAGS in just one line.

This commit is contained in:
Kai Wang 2014-01-15 22:47:53 +00:00
parent edbef29b9b
commit 7c4a6907ee
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/elftoolchain/; revision=260699

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