- set INSTALL_TARGET to use install_macosx target, when carbon --with-carbon

is used
This commit is contained in:
Bryce Denney 2002-11-22 06:44:44 +00:00
parent bb3774e7e4
commit eaedb25694
2 changed files with 4 additions and 2 deletions

3
bochs/configure vendored
View File

@ -1,5 +1,5 @@
#! /bin/sh
# From configure.in Id: configure.in,v 1.175 2002/11/21 17:40:14 bdenney Exp .
# From configure.in Id: configure.in,v 1.176 2002/11/21 19:26:06 bdenney Exp .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.53.
#
@ -20868,6 +20868,7 @@ _ACEOF
else
PRIMARY_TARGET=bochs.app/.build # only for carbon application
fi
INSTALL_TARGET='install_macosx'
fi
if test "$with_term" = yes; then

View File

@ -2,7 +2,7 @@ dnl // Process this file with autoconf to produce a configure script.
AC_PREREQ(2.50)
AC_INIT(bochs.h)
AC_REVISION([[$Id: configure.in,v 1.176 2002-11-21 19:26:06 bdenney Exp $]])
AC_REVISION([[$Id: configure.in,v 1.177 2002-11-22 06:44:43 bdenney Exp $]])
AC_CONFIG_HEADER(config.h)
AC_CONFIG_HEADER(ltdlconf.h)
@ -1732,6 +1732,7 @@ if test "$with_carbon" = yes; then
else
PRIMARY_TARGET=bochs.app/.build # only for carbon application
fi
INSTALL_TARGET='install_macosx'
fi
if test "$with_term" = yes; then