mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Only use :: rules for #included files
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8026 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
11a7fd1926
commit
87486b483c
@ -4,7 +4,7 @@ ExtraSource = gram.tab.c
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
gram.tab.c gram.tab.h: gram.yc
|
||||
gram.tab.c gram.tab.h:: gram.yc
|
||||
$(VERB) $(BISON) -o gram.tab.c -d $<
|
||||
|
||||
lex.c: gram.tab.h
|
||||
|
@ -4,7 +4,7 @@ ExtraSource = gram.tab.c
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
gram.tab.c gram.tab.h: gram.yc
|
||||
gram.tab.c gram.tab.h:: gram.yc
|
||||
$(VERB) $(BISON) -o gram.tab.c -d $<
|
||||
|
||||
lex.c: gram.tab.h
|
||||
|
Loading…
Reference in New Issue
Block a user