summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-06-17 14:30:21 +0000
committerChris Lattner <sabre@nondot.org>2003-06-17 14:30:21 +0000
commit0f5569085590a98f39d167bd834143430832ed2d (patch)
treede17fad070dbb48bea63f078bd97633cc6ca0174 /llvm
parentbbd00c12e0abcf1f3cca0b19e873ffc7b14e4bfc (diff)
downloadbcm5719-llvm-0f5569085590a98f39d167bd834143430832ed2d.tar.gz
bcm5719-llvm-0f5569085590a98f39d167bd834143430832ed2d.zip
Fix misspelling of ExtraSources, hopefully to unbreak the nightly tester
Remove evil rcs tag :) llvm-svn: 6737
Diffstat (limited to 'llvm')
-rw-r--r--llvm/support/tools/Burg/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/support/tools/Burg/Makefile b/llvm/support/tools/Burg/Makefile
index 34fb3464867..f3e78db69f0 100644
--- a/llvm/support/tools/Burg/Makefile
+++ b/llvm/support/tools/Burg/Makefile
@@ -1,7 +1,6 @@
-# $Id$
LEVEL = ../..
TOOLNAME = burg
-EXTRASOURCES = gram.tab.c
+ExtraSource = gram.tab.c
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud