aboutsummaryrefslogtreecommitdiffstats
path: root/utils/Burg
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-10-28 16:48:13 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-10-28 16:48:13 +0000
commitcd1e7dddd001a108994a0c31252762b44c24d821 (patch)
treea3ebb3e10896702a27981ebe7305554accc7e229 /utils/Burg
parente96aa1ca3cdb8bd0be5372971c560b3e2ca46a49 (diff)
downloadexternal_llvm-cd1e7dddd001a108994a0c31252762b44c24d821.zip
external_llvm-cd1e7dddd001a108994a0c31252762b44c24d821.tar.gz
external_llvm-cd1e7dddd001a108994a0c31252762b44c24d821.tar.bz2
Fix the dependency of lex.o on gram.tab.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17320 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/Burg')
-rw-r--r--utils/Burg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Burg/Makefile b/utils/Burg/Makefile
index bada1d6..f6eeb94 100644
--- a/utils/Burg/Makefile
+++ b/utils/Burg/Makefile
@@ -17,7 +17,7 @@ include $(LEVEL)/Makefile.common
gram.tab.c gram.tab.h: gram.yc
$(VERB) $(BISON) -o gram.tab.c -d $<
-$(SourceDir)/lex.c: gram.tab.h
+$(OBJDIR)/lex.o : gram.tab.h
clean::
$(VERB) $(RM) -rf gram.tab.h gram.tab.c core* *.aux *.log *.dvi sample sample.c tmp