From: Chris Lattner Date: Wed, 15 Feb 2006 07:23:05 +0000 (+0000) Subject: bugfixes X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1f1edce683799bbeb09de81cb4180c1756ec5de7;p=oota-llvm.git bugfixes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26207 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile.rules b/Makefile.rules index 943eaaaf628..1b5600b2988 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -1252,7 +1252,7 @@ ifneq ($(YaccFiles),) .PRECIOUS: $(YaccOutput) -all:: $(YaccFiles:%.l=$(PROJ_SRC_DIR)/%.cpp.cvs) +all:: $(YaccFiles:%.y=$(PROJ_SRC_DIR)/%.cpp.cvs) # Cancel built-in rules for yacc %.c: %.y @@ -1265,7 +1265,6 @@ $(PROJ_SRC_DIR)/%.cpp $(PROJ_SRC_DIR)/%.h : $(PROJ_SRC_DIR)/%.y $(Verb) $(BISON) -v -d -p $(