2808. [bug] atomic.h was not being properly installed under all

circumstances. [RT #20722]
This commit is contained in:
Mark Andrews
2009-12-18 03:05:37 +00:00
parent 0025b05075
commit 485a435efe
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
2808. [bug] atomic.h was not being properly installed under all
circumstances. [RT #20722]
2807. [bug] Fixed a possible ASSERT when reconfiguring zone
keys. [RT #20720]

View File

@@ -13,7 +13,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.104 2009/12/05 23:31:41 each Exp $
# $Id: Makefile.in,v 1.105 2009/12/18 03:05:37 marka Exp $
srcdir = @srcdir@
VPATH = @srcdir@
@@ -123,8 +123,9 @@ installdirs:
install:: timestamp installdirs
${LIBTOOL_MODE_INSTALL} ${INSTALL_DATA} libisc.@A@ ${DESTDIR}${libdir}
install:: @ISC_ARCH_DIR@/include/isc/atomic.h
${INSTALL_DATA} @ISC_ARCH_DIR@/include/isc/atomic.h ${DESTDIR}${includedir}/isc
install:: ${srcdir}/@ISC_ARCH_DIR@/include/isc/atomic.h
${INSTALL_DATA} ${srcdir}/@ISC_ARCH_DIR@/include/isc/atomic.h \
${DESTDIR}${includedir}/isc
clean distclean::
rm -f libisc.@A@ libisc-nosymtbl.@A@ libisc.la \