From b194f626dc3f4ca2c332082492e40e563c368d81 Mon Sep 17 00:00:00 2001 From: "Vikram S. Adve" Date: Fri, 20 Sep 2002 13:56:32 +0000 Subject: Include our config and system-specific Makefiles to get the right compilers and paths. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3852 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/Burg/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'utils/Burg') diff --git a/utils/Burg/Makefile b/utils/Burg/Makefile index 70bb26e..ddec8cc 100644 --- a/utils/Burg/Makefile +++ b/utils/Burg/Makefile @@ -1,5 +1,10 @@ # $Id$ +LEVEL = ../.. + +include $(LEVEL)/Makefile.config +include $(LEVEL)/Makefile.$(shell uname) + #CFLAGS = #CFLAGS = -O #CFLAGS = -O -DNOLEX -- cgit v1.1