From: Chris Lattner Date: Tue, 17 Jun 2003 14:30:21 +0000 (+0000) Subject: Fix misspelling of ExtraSources, hopefully to unbreak the nightly tester X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=544995531344447575ee49011cf03fb7e9894808;p=oota-llvm.git 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 --- diff --git a/support/tools/Burg/Makefile b/support/tools/Burg/Makefile index 34fb3464867..f3e78db69f0 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 34fb3464867..f3e78db69f0 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