mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 05:09:59 -04:00
inappropriate use of @A@ caused definition of
two conflicting rules for building libomapi.la when using libtool; typo in libomapi.la build rule (RT #62)
This commit is contained in:
parent
a0cbd01f76
commit
eb28727ab4
1 changed files with 2 additions and 2 deletions
|
|
@ -55,13 +55,13 @@ version.@O@: version.c
|
|||
-DLIBAGE=${LIBAGE} \
|
||||
-c ${srcdir}/version.c
|
||||
|
||||
libomapi.@A@: ${OBJS}
|
||||
libomapi.a: ${OBJS}
|
||||
${AR} ${ARFLAGS} $@ ${OBJS}
|
||||
${RANLIB} $@
|
||||
|
||||
libomapi.la: ${OBJS}
|
||||
${LIBTOOL} --mode=link \
|
||||
${CC} ${ALL_CFLAGS} -o libisc.la -rpath ${libdir} \
|
||||
${CC} ${ALL_CFLAGS} -o libomapi.la -rpath ${libdir} \
|
||||
-version-info ${LIBINTERFACE}:${LIBREVISION}:${LIBAGE} \
|
||||
${OBJS} ${LIBS}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue