aboutsummaryrefslogtreecommitdiffstats
path: root/utils/Burg
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-09-17 23:22:31 +0000
committerChris Lattner <sabre@nondot.org>2002-09-17 23:22:31 +0000
commit3ae260d26754428138f177804455fec6d21c7227 (patch)
tree6c3c3d9744c1a2055e0782df44b19e45ead979d7 /utils/Burg
parent9277d45c2a1ea3e0ea16b003f0dae59469c201d5 (diff)
downloadexternal_llvm-3ae260d26754428138f177804455fec6d21c7227.zip
external_llvm-3ae260d26754428138f177804455fec6d21c7227.tar.gz
external_llvm-3ae260d26754428138f177804455fec6d21c7227.tar.bz2
TEst commit
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3791 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/Burg')
-rw-r--r--utils/Burg/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/Burg/Makefile b/utils/Burg/Makefile
index 2e5e052..70bb26e 100644
--- a/utils/Burg/Makefile
+++ b/utils/Burg/Makefile
@@ -57,6 +57,7 @@ FE_OBJS = \
all: burg
+
burg: $(BU_OBJS) $(FE_OBJS)
$(CC) -o burg $(CFLAGS) $(BU_OBJS) $(FE_OBJS)