]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/TianoTools/Pccts/antlr/makefile
Fix makefile's parameter bug for OSX building.
[mirror_edk2.git] / Tools / Source / TianoTools / Pccts / antlr / makefile
index ab64fc6123bbb2efe24559d4f3ce55ce13fcb516..2aa6cdfc34ae8efc4fd3d92ea3acd21d43624cc8 100644 (file)
@@ -179,7 +179,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 ${PACKAGE_DIR}/antlr $(OBJ)\r
+               $(CC) $(CFLAGS) -o $(BIN_DIR)/antlr $(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