diff --git a/qt/configure b/qt/configure index 41cd1f60f..79e9da4a0 100755 --- a/qt/configure +++ b/qt/configure @@ -1138,7 +1138,6 @@ host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` echo "$ac_t""$host" 1>&6 - case "$host" in i[3456]86-*-*) qtmds_s=$srcdir/md/i386.s diff --git a/qt/md/Makefile.in b/qt/md/Makefile.in index eace458d9..7e3696610 100644 --- a/qt/md/Makefile.in +++ b/qt/md/Makefile.in @@ -37,21 +37,21 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ transform = @program_transform_name@ -host_alias = @host_alias@ host_triplet = @host@ -RANLIB = @RANLIB@ -module = @module@ -qtmd_h = @qtmd_h@ -CC = @CC@ -PACKAGE = @PACKAGE@ +host_alias = @host_alias@ +target_libs = @target_libs@ VERSION = @VERSION@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ +module = @module@ +CC = @CC@ qtmds_o = @qtmds_o@ qtmdc_o = @qtmdc_o@ -target_libs = @target_libs@ -qtmds_s = @qtmds_s@ -qtmdc_c = @qtmdc_c@ +RANLIB = @RANLIB@ qtmdb_s = @qtmdb_s@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +qtmdc_c = @qtmdc_c@ +qtmds_s = @qtmds_s@ +PACKAGE = @PACKAGE@ +qtmd_h = @qtmd_h@ AUTOMAKE_OPTIONS = foreign diff --git a/qt/time/Makefile.in b/qt/time/Makefile.in index 895269857..74e3865cf 100644 --- a/qt/time/Makefile.in +++ b/qt/time/Makefile.in @@ -37,21 +37,21 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ transform = @program_transform_name@ -host_alias = @host_alias@ host_triplet = @host@ -RANLIB = @RANLIB@ -module = @module@ -qtmd_h = @qtmd_h@ -CC = @CC@ -PACKAGE = @PACKAGE@ +host_alias = @host_alias@ +target_libs = @target_libs@ VERSION = @VERSION@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ +module = @module@ +CC = @CC@ qtmds_o = @qtmds_o@ qtmdc_o = @qtmdc_o@ -target_libs = @target_libs@ -qtmds_s = @qtmds_s@ -qtmdc_c = @qtmdc_c@ +RANLIB = @RANLIB@ qtmdb_s = @qtmdb_s@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +qtmdc_c = @qtmdc_c@ +qtmds_s = @qtmds_s@ +PACKAGE = @PACKAGE@ +qtmd_h = @qtmd_h@ AUTOMAKE_OPTIONS = foreign