diff options
author | Chris Lattner <sabre@nondot.org> | 2003-08-21 21:47:12 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-08-21 21:47:12 +0000 |
commit | 87486b483cd2466d2dd0914df146f24f58c4f7b5 (patch) | |
tree | 78b4fa40695169dc486cceca3671449377a9c0c1 /utils | |
parent | 11a7fd19267f8f2ce98190df22a6fd9a90f4dd36 (diff) | |
download | external_llvm-87486b483cd2466d2dd0914df146f24f58c4f7b5.zip external_llvm-87486b483cd2466d2dd0914df146f24f58c4f7b5.tar.gz external_llvm-87486b483cd2466d2dd0914df146f24f58c4f7b5.tar.bz2 |
Only use :: rules for #included files
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8026 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r-- | utils/Burg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Burg/Makefile b/utils/Burg/Makefile index 1022358..13041b1 100644 --- a/utils/Burg/Makefile +++ b/utils/Burg/Makefile @@ -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 |