Fix misspelling of ExtraSources, hopefully to unbreak the nightly tester
authorChris Lattner <sabre@nondot.org>
Tue, 17 Jun 2003 14:30:21 +0000 (14:30 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 17 Jun 2003 14:30:21 +0000 (14:30 +0000)
Remove evil rcs tag :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6737 91177308-0d34-0410-b5e6-96231b3b80d8

support/tools/Burg/Makefile
utils/Burg/Makefile

index 34fb34648673fe9ff15cf266598d0c70394cf000..f3e78db69f09873c4343b6eb81b6a24a5ac0ae11 100644 (file)
@@ -1,7 +1,6 @@
-# $Id$
 LEVEL = ../..
 TOOLNAME = burg
-EXTRASOURCES = gram.tab.c
+ExtraSource = gram.tab.c
 
 include $(LEVEL)/Makefile.common
 
index 34fb34648673fe9ff15cf266598d0c70394cf000..f3e78db69f09873c4343b6eb81b6a24a5ac0ae11 100644 (file)
@@ -1,7 +1,6 @@
-# $Id$
 LEVEL = ../..
 TOOLNAME = burg
-EXTRASOURCES = gram.tab.c
+ExtraSource = gram.tab.c
 
 include $(LEVEL)/Makefile.common