X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Tools%2FSource%2FTianoTools%2FPccts%2Fantlr%2Fmakefile1;h=dffc7094787b9f240fdf0885c9f61da885dcab79;hb=af1dd46d37b6f6e3f9bed4c6a485d0c4832a2dd6;hp=5c4a275d59d3936c44a4549a7d67ea9493a1bc09;hpb=878ddf1fc3540a715f63594ed22b6929e881afb4;p=mirror_edk2.git diff --git a/Tools/Source/TianoTools/Pccts/antlr/makefile1 b/Tools/Source/TianoTools/Pccts/antlr/makefile1 index 5c4a275d59..dffc709478 100644 --- a/Tools/Source/TianoTools/Pccts/antlr/makefile1 +++ b/Tools/Source/TianoTools/Pccts/antlr/makefile1 @@ -40,8 +40,8 @@ PCCTS_H=../h # UNIX (default) # CC=cc -ANTLR=../bin/antlr -DLG=../bin/dlg +ANTLR=${WORKSPACE}/Tools/bin/antlr +DLG=${WORKSPACE}/Tools/bin/dlg OBJ_EXT=o OUT_OBJ = -o ANSI=-ansi @@ -57,7 +57,7 @@ OBJ=antlr.o scan.o err.o bits.o build.o fset2.o fset.o gen.o \ antlr : $(OBJ) $(SRC) $(CC) $(CFLAGS) -o antlr $(OBJ) - mv antlr ../bin + mv antlr ${WORKSPACE}/Tools/bin # what files does PCCTS generate (both ANTLR and DLG) PCCTS_GEN=antlr.c scan.c err.c tokens.h mode.h parser.dlg stdpccts.h remap.h