diff options
author | Chris Lattner <sabre@nondot.org> | 2002-09-17 23:22:31 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-09-17 23:22:31 +0000 |
commit | 3ae260d26754428138f177804455fec6d21c7227 (patch) | |
tree | 6c3c3d9744c1a2055e0782df44b19e45ead979d7 /utils | |
parent | 9277d45c2a1ea3e0ea16b003f0dae59469c201d5 (diff) | |
download | external_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')
-rw-r--r-- | utils/Burg/Makefile | 1 |
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) |