From 11370224ce0d0654e4aa1aa27e8da3ec3e2bab6b Mon Sep 17 00:00:00 2001 From: sb Date: Tue, 12 Jan 2010 18:49:59 +0100 Subject: sb118: #i108269# first step of removing tcsh support --- idlc/source/makefile.mk | 4 ---- 1 file changed, 4 deletions(-) (limited to 'idlc') 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 -- cgit