summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-09-17 23:04:24 +0000
committerChris Lattner <sabre@nondot.org>2002-09-17 23:04:24 +0000
commitab83fe2db9e7ffa82c760d8b1c8dde10e815042c (patch)
treeb676e69301f449b94b127b9234300943ab3fbe58 /utils
parent4f372f0f415ef6e04fbc305028d16bf6a89db5ae (diff)
downloadllvm-ab83fe2db9e7ffa82c760d8b1c8dde10e815042c.tar.gz
llvm-ab83fe2db9e7ffa82c760d8b1c8dde10e815042c.tar.bz2
llvm-ab83fe2db9e7ffa82c760d8b1c8dde10e815042c.tar.xz
Don't run tests by default
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3787 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/Burg/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/Burg/Makefile b/utils/Burg/Makefile
index 226210d6ca..a196d724b9 100644
--- a/utils/Burg/Makefile
+++ b/utils/Burg/Makefile
@@ -55,8 +55,6 @@ FE_OBJS = \
symtab.o \
y.tab.o
-all: test
-
burg: $(BU_OBJS) $(FE_OBJS)
$(CC) -o burg $(CFLAGS) $(BU_OBJS) $(FE_OBJS)