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
commit11370224ce0d0654e4aa1aa27e8da3ec3e2bab6b (patch)
tree56fb3beece13dd1831197b83f072af20de252b76 /idlc
parent50a6ab9c5c43f7226f29d11ce3e7481cffe51f38 (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 5f7b1d12ade6..d2afe87a9aa8 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