build:make libminc a build dependency of services.

Make libminc a build dependency of services to ensure the services
get rebuilt if libminc changes.

Change-Id: I703a9d98d7641a9a85e04d88402a7228ad0be19f
This commit is contained in:
Kees Jongenburger 2014-03-24 16:31:17 +01:00 committed by Lionel Sambuc
parent 8991ca4e5a
commit 1f619c93a8

View file

@ -17,12 +17,14 @@ LDADD:= -nodefaultlibs ${LDADD}
# 2. Compiler-specific libs
.if !empty(CC:M*gcc)
LDADD+= -lsys
DPADD+= ${LIBSYS}
.elif !empty(CC:M*clang)
LDADD+= -L/usr/pkg/compiler-rt/lib -lCompilerRT-Generic -lsys -lCompilerRT-Generic
.endif
# 3. Minimal C library
LDADD+= -lminc
DPADD+= ${LIBMINC}
.if ${MACHINE_ARCH} == "earm"
LDADD+= -lc_vfp