Don't run tests by default
authorChris Lattner <sabre@nondot.org>
Tue, 17 Sep 2002 23:04:24 +0000 (23:04 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 17 Sep 2002 23:04:24 +0000 (23:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3787 91177308-0d34-0410-b5e6-96231b3b80d8

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

index 226210d6ca4289b02f5b7e15e6f15f8ad7e1b743..a196d724b9291a4ceb52a3e176adffb6dbd3b076 100644 (file)
@@ -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)
 
index 226210d6ca4289b02f5b7e15e6f15f8ad7e1b743..a196d724b9291a4ceb52a3e176adffb6dbd3b076 100644 (file)
@@ -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)