From 5afd499259e1a9b0ba58445a116f130b383d1879 Mon Sep 17 00:00:00 2001 From: klu2 Date: Thu, 3 Aug 2006 08:53:53 +0000 Subject: Fix makefile's parameter bug for OSX building. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1184 6f19259b-4bc3-4df7-8a09-765794883524 --- Tools/Source/TianoTools/Pccts/antlr/build.xml | 2 +- Tools/Source/TianoTools/Pccts/antlr/makefile | 2 +- Tools/Source/TianoTools/Pccts/dlg/build.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'Tools/Source') diff --git a/Tools/Source/TianoTools/Pccts/antlr/build.xml b/Tools/Source/TianoTools/Pccts/antlr/build.xml index 6f4a9179e2..dfc1455409 100644 --- a/Tools/Source/TianoTools/Pccts/antlr/build.xml +++ b/Tools/Source/TianoTools/Pccts/antlr/build.xml @@ -57,7 +57,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. - + diff --git a/Tools/Source/TianoTools/Pccts/antlr/makefile b/Tools/Source/TianoTools/Pccts/antlr/makefile index ab64fc6123..2aa6cdfc34 100644 --- a/Tools/Source/TianoTools/Pccts/antlr/makefile +++ b/Tools/Source/TianoTools/Pccts/antlr/makefile @@ -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 antlr : $(OBJ) $(SRC) - $(CC) $(CFLAGS) -o ${PACKAGE_DIR}/antlr $(OBJ) + $(CC) $(CFLAGS) -o $(BIN_DIR)/antlr $(OBJ) # 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 diff --git a/Tools/Source/TianoTools/Pccts/dlg/build.xml b/Tools/Source/TianoTools/Pccts/dlg/build.xml index 89e7aaa22e..4195950c7b 100644 --- a/Tools/Source/TianoTools/Pccts/dlg/build.xml +++ b/Tools/Source/TianoTools/Pccts/dlg/build.xml @@ -59,7 +59,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. - + -- cgit v1.2.3