]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/TianoTools/Pccts/antlr/makefile.cygwin
Fix EDKT140(CompressDll.dll does not build under cygwin gcc).
[mirror_edk2.git] / Tools / Source / TianoTools / Pccts / antlr / makefile.cygwin
index cc590e47e559b37387489205ba2143e295cd57aa..956de0be073c84abc0bbdf69faf8decccb83ce47 100644 (file)
@@ -167,7 +167,7 @@ PCCTS_H=../h
 BIN_DIR=../../../../bin\r
 CC=gcc\r
 COPT=-O\r
-ANTLR=${BIN_DIR}/antlr.exe\r
+ANTLR=$(BIN_DIR)/antlr.exe\r
 DLG=${BIN_DIR}/dlg.exe\r
 OBJ_EXT=o\r
 OUT_OBJ = -o\r
@@ -180,7 +180,7 @@ OBJ=antlr.o scan.o err.o bits.o build.o fset2.o fset.o gen.o  \
         globals.o hash.o lex.o main.o misc.o set.o pred.o egman.o mrhoist.o fcache.o\r
 \r
 antlr : $(OBJ) $(SRC)\r
-               $(CC) $(CFLAGS) -o ${BIN_DIR}/antlr.exe $(OBJ)\r
+               $(CC) $(CFLAGS) -o $(BIN_DIR)/antlr.exe $(OBJ)\r
 \r
 # what files does PCCTS generate (both ANTLR and DLG)\r
 PCCTS_GEN=antlr.c scan.c err.c tokens.h mode.h parser.dlg stdpccts.h remap.h\r