diff options
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/support/tools/Burg/Makefile | 3 |
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 |