From: Vikram S. Adve Date: Fri, 20 Sep 2002 13:56:32 +0000 (+0000) Subject: Include our config and system-specific Makefiles to get the X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b194f626dc3f4ca2c332082492e40e563c368d81;p=oota-llvm.git 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 --- diff --git a/support/tools/Burg/Makefile b/support/tools/Burg/Makefile index 70bb26eed8d..ddec8cc53ad 100644 --- a/support/tools/Burg/Makefile +++ b/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 diff --git a/utils/Burg/Makefile b/utils/Burg/Makefile index 70bb26eed8d..ddec8cc53ad 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