diff options
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/source/makefile.mk | 4 |
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 |