From 29e8558daa51ace34a912dd9a81e77e8ed1e7395 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 17 Sep 2002 23:19:14 +0000 Subject: We need an 'all' target to build burg, add it back git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3788 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/Burg/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/Burg') diff --git a/utils/Burg/Makefile b/utils/Burg/Makefile index a196d72..2e5e052 100644 --- a/utils/Burg/Makefile +++ b/utils/Burg/Makefile @@ -55,6 +55,8 @@ FE_OBJS = \ symtab.o \ y.tab.o +all: burg + burg: $(BU_OBJS) $(FE_OBJS) $(CC) -o burg $(CFLAGS) $(BU_OBJS) $(FE_OBJS) -- cgit v1.1