From: Chris Lattner Date: Tue, 17 Sep 2002 23:19:14 +0000 (+0000) Subject: We need an 'all' target to build burg, add it back X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=29e8558daa51ace34a912dd9a81e77e8ed1e7395;p=oota-llvm.git 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 --- diff --git a/support/tools/Burg/Makefile b/support/tools/Burg/Makefile index a196d724b92..2e5e05260e1 100644 --- a/support/tools/Burg/Makefile +++ b/support/tools/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) diff --git a/utils/Burg/Makefile b/utils/Burg/Makefile index a196d724b92..2e5e05260e1 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)