From 0f5569085590a98f39d167bd834143430832ed2d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 17 Jun 2003 14:30:21 +0000 Subject: [PATCH] Fix misspelling of ExtraSources, hopefully to unbreak the nightly tester Remove evil rcs tag :) llvm-svn: 6737 --- llvm/support/tools/Burg/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/llvm/support/tools/Burg/Makefile b/llvm/support/tools/Burg/Makefile index 34fb34648673..f3e78db69f09 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