diff options
author | Vikram S. Adve <vadve@cs.uiuc.edu> | 2002-09-20 13:56:32 +0000 |
---|---|---|
committer | Vikram S. Adve <vadve@cs.uiuc.edu> | 2002-09-20 13:56:32 +0000 |
commit | b194f626dc3f4ca2c332082492e40e563c368d81 (patch) | |
tree | 1726e7e10968a44d60873d7765c8159687c60ff7 | |
parent | ad6b4f3b5efb1763af4439c62082fbc4bab969ff (diff) |
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
-rw-r--r-- | support/tools/Burg/Makefile | 5 | ||||
-rw-r--r-- | utils/Burg/Makefile | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/support/tools/Burg/Makefile b/support/tools/Burg/Makefile index 70bb26eed8..ddec8cc53a 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 70bb26eed8..ddec8cc53a 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 |