From 968a4af9078bdcf118226c9dd7184ff3d631fc31 Mon Sep 17 00:00:00 2001 From: "Vikram S. Adve" Date: Fri, 20 Sep 2002 13:56:32 +0000 Subject: [PATCH] Include our config and system-specific Makefiles to get the right compilers and paths. llvm-svn: 3852 --- llvm/support/tools/Burg/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/llvm/support/tools/Burg/Makefile b/llvm/support/tools/Burg/Makefile index 70bb26eed8d0..ddec8cc53adc 100644 --- a/llvm/support/tools/Burg/Makefile +++ b/llvm/support/tools/Burg/Makefile @@ -1,5 +1,10 @@ # $Id$ +LEVEL = ../.. + +include $(LEVEL)/Makefile.config +include $(LEVEL)/Makefile.$(shell uname) + #CFLAGS = #CFLAGS = -O #CFLAGS = -O -DNOLEX -- GitLab