diff options
author | Chris Lattner <sabre@nondot.org> | 2003-06-17 14:30:21 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-06-17 14:30:21 +0000 |
commit | 544995531344447575ee49011cf03fb7e9894808 (patch) | |
tree | 36dba47d6ef4a6d95cf4374fec22c934b0767555 | |
parent | eaeaad614c3ec1646cddc42430b65b08971bf2bc (diff) |
Fix misspelling of ExtraSources, hopefully to unbreak the nightly tester
Remove evil rcs tag :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6737 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | support/tools/Burg/Makefile | 3 | ||||
-rw-r--r-- | utils/Burg/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/support/tools/Burg/Makefile b/support/tools/Burg/Makefile index 34fb346486..f3e78db69f 100644 --- a/support/tools/Burg/Makefile +++ b/support/tools/Burg/Makefile @@ -1,7 +1,6 @@ -# $Id$ LEVEL = ../.. TOOLNAME = burg -EXTRASOURCES = gram.tab.c +ExtraSource = gram.tab.c include $(LEVEL)/Makefile.common diff --git a/utils/Burg/Makefile b/utils/Burg/Makefile index 34fb346486..f3e78db69f 100644 --- a/utils/Burg/Makefile +++ b/utils/Burg/Makefile @@ -1,7 +1,6 @@ -# $Id$ LEVEL = ../.. TOOLNAME = burg -EXTRASOURCES = gram.tab.c +ExtraSource = gram.tab.c include $(LEVEL)/Makefile.common |