projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e96aa1c
)
Fix the dependency of lex.o on gram.tab.h
author
Reid Spencer
<rspencer@reidspencer.com>
Thu, 28 Oct 2004 16:48:13 +0000
(16:48 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Thu, 28 Oct 2004 16:48:13 +0000
(16:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17320
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/Burg/Makefile
patch
|
blob
|
history
diff --git
a/utils/Burg/Makefile
b/utils/Burg/Makefile
index bada1d63d363943b7eb5f350e48f166eed410b78..f6eeb94d1ce1309301dbb7964458d2ce65e470e9 100644
(file)
--- 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