summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-01-12 18:49:59 +0100
committersb <sb@openoffice.org>2010-01-12 18:49:59 +0100
commitb2de558b6972c1d7bc79380d4b9eb0f1b7876ebf (patch)
tree1e80fa9ef447e4a8ddd879154daa823fc44e8f74 /idlc
parentb8dc3fff55bf99921f95d65a9da329d8b2a818aa (diff)
sb118: #i108269# first step of removing tcsh support
Diffstat (limited to 'idlc')
-rw-r--r--idlc/source/makefile.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/idlc/source/makefile.mk b/idlc/source/makefile.mk
index 5f7b1d12a..d2afe87a9 100644
--- a/idlc/source/makefile.mk
+++ b/idlc/source/makefile.mk
@@ -124,11 +124,7 @@ YACCFLAGS+=-v
.INCLUDE : target.mk
$(MISC)$/stripped_scanner.ll : scanner.ll
-.IF "$(GUI)"=="UNX" || "$(USE_SHELL)" != "4nt"
tr -d "\015" < scanner.ll > $(MISC)$/stripped_scanner.ll
-.ELSE
- cat scanner.ll > $(MISC)$/stripped_scanner.ll
-.ENDIF
$(MISC)$/scanner.cxx: $(MISC)$/stripped_scanner.ll
flex -o$(MISC)$/scanner.cxx $(MISC)$/stripped_scanner.ll