mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 10:59:59 -04:00
inappropriate use of @A@ caused definition of
two conflicting rules for building liblwres.la when using libtool (RT #62)
This commit is contained in:
parent
453393955a
commit
a0cbd01f76
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ version.@O@: version.c
|
|||
-DLIBAGE=${LIBAGE} \
|
||||
-c ${srcdir}/version.c
|
||||
|
||||
liblwres.@A@: ${OBJS} version.@O@
|
||||
liblwres.a: ${OBJS} version.@O@
|
||||
${AR} ${ARFLAGS} $@ ${OBJS} version.@O@
|
||||
${RANLIB} $@
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue