From 87486b483cd2466d2dd0914df146f24f58c4f7b5 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 21 Aug 2003 21:47:12 +0000 Subject: [PATCH] Only use :: rules for #included files git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8026 91177308-0d34-0410-b5e6-96231b3b80d8 --- support/tools/Burg/Makefile | 2 +- utils/Burg/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/support/tools/Burg/Makefile b/support/tools/Burg/Makefile index 1022358b88d..13041b1e072 100644 --- a/support/tools/Burg/Makefile +++ b/support/tools/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 diff --git a/utils/Burg/Makefile b/utils/Burg/Makefile index 1022358b88d..13041b1e072 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 -- 2.34.1