summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2010-04-16 13:29:10 +0200
committerJens-Heiner Rechtien <hr@openoffice.org>2010-04-16 13:29:10 +0200
commit39ca722d12345ead74d3d28df88564da477c70b6 (patch)
treebc5bf6d1581d005c2f9e663e3424855e292dcac6 /idlc
parent9734c73c9a61fc5ef4e263617add17914a9b5f15 (diff)
parentf5c946470831e39a42233a97b00d217c9299698d (diff)
DEV300: merge masterfix ea9085d6db4c@DEV300
Notes
Notes: split repo tag: ure_ooo/DEV300_m77
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 37da1509afee..879090d15b54 100644
--- a/idlc/source/makefile.mk
+++ b/idlc/source/makefile.mk
@@ -120,11 +120,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