From 270c204d336e17ee311d29ddff37392a823d34c2 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 28 Feb 2013 13:16:54 +0000 Subject: remove the unused dmake solenv .mk files note that the remaining langlist.mk and minor.mk are included by gbuild makefiles Change-Id: Ib3285cbba0e10ec033bb5968bad5ef9a7d507dd8 --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c4c221cecefd..e6f78a731786 100644 --- a/configure.ac +++ b/configure.ac @@ -3144,7 +3144,7 @@ if test "$_os" = "WINNT"; then fi AC_SUBST(BUILD_X64) - # These are passed to the environment and then used in set_wntx64.mk + # These are passed to the environment and then used in gbuild/platform/com_MSC_class.mk AC_SUBST(CXX_X64_BINARY) AC_SUBST(LINK_X64_BINARY) AC_SUBST(LIBMGR_X64_BINARY) @@ -4053,7 +4053,6 @@ if test "$cross_compiling" = "yes"; then bin/get_config_variables \ solenv/bin/getcompver.awk \ solenv/inc/langlist.mk \ - solenv/inc/postset.mk \ solenv/inc/minor.mk.in \ instsetoo_native/util/openoffice.lst.in) \ | (cd CONF-FOR-BUILD && tar xf -) -- cgit