summaryrefslogtreecommitdiff
path: root/bootstrap.1
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2009-10-26 16:04:03 +0100
committerHans-Joachim Lankenau <hjs@openoffice.org>2009-10-26 16:04:03 +0100
commit9862e4b5acdd970ee586fdb5108a89e3032c9c45 (patch)
tree26c82ace00266b6d10fffd328e47cdbf0f03968d /bootstrap.1
parent220a3379d96e00c28502cb237fb10519c4988dd0 (diff)
ause109: #i106293# remove 4nt from configure
Diffstat (limited to 'bootstrap.1')
-rw-r--r--bootstrap.15
1 files changed, 1 insertions, 4 deletions
diff --git a/bootstrap.1 b/bootstrap.1
index 146d6f9443dd..622f68b228f4 100644
--- a/bootstrap.1
+++ b/bootstrap.1
@@ -21,16 +21,13 @@ if test "$BUILD_DMAKE" != "NO"; then
# Special case! The w32/tcsh build needs CC pointing to the MSVC++ compiler
# but we need a cygwin/gcc build dmake to understand the posix paths
- if test "$GUI" = "WNT" -a "$USE_SHELL" != "4nt"; then
+ if test "$GUI" = "WNT"; then
CC=""
CXX=""
export CC
export CXX
fi
- # For the W32/4nt case
- rm -rf objects
-
# For normal unixy systems
if test -f "Makefile" ; then
$GNUMAKE distclean || exit