- style: use =' instead of +=' for initial assignments.

- don't add generated sources' objects to OBJS explicitly;
  GENSRCS is part of SRCS so they were already in OBJS.
This commit is contained in:
Ruslan Ermilov 2006-11-24 06:38:11 +00:00
parent 6770b130f1
commit 73eee24650
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=164577

View File

@ -49,12 +49,10 @@ SRCS= elf_begin.c \
${GENSRCS}
INCS= libelf.h gelf.h
GENSRCS+= libelf_fsize.c libelf_msize.c libelf_convert.c
CLEANFILES+= ${GENSRCS}
GENSRCS= libelf_fsize.c libelf_msize.c libelf_convert.c
CLEANFILES= ${GENSRCS}
CFLAGS+= -I. -I${.CURDIR}
OBJS+= libelf_convert.o libelf_fsize.o libelf_msize.o
OSRELDATE!= sysctl -n kern.osreldate
SHLIB_MAJOR= 1