summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-09-17 23:19:46 +0000
committerChris Lattner <sabre@nondot.org>2002-09-17 23:19:46 +0000
commit72c6f02e708cd15060c7347a4eb5621ddb1caf10 (patch)
tree19cae214dc47e85e80a4a883de0a1eca98979b7b /utils
parent29e8558daa51ace34a912dd9a81e77e8ed1e7395 (diff)
downloadllvm-72c6f02e708cd15060c7347a4eb5621ddb1caf10.tar.gz
llvm-72c6f02e708cd15060c7347a4eb5621ddb1caf10.tar.bz2
llvm-72c6f02e708cd15060c7347a4eb5621ddb1caf10.tar.xz
Test change
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3789 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/Burg/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/Burg/Makefile b/utils/Burg/Makefile
index 2e5e05260e..6111987e4a 100644
--- a/utils/Burg/Makefile
+++ b/utils/Burg/Makefile
@@ -56,7 +56,6 @@ FE_OBJS = \
y.tab.o
all: burg
-
burg: $(BU_OBJS) $(FE_OBJS)
$(CC) -o burg $(CFLAGS) $(BU_OBJS) $(FE_OBJS)