Skip to content

Commit

Permalink
Include the top-level Makefile.config from the LLVM tree for projects
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8035 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
lattner committed Aug 21, 2003
1 parent e430a1e commit 56e4fa4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@
#
# Configuration file to set paths specific to local installation of LLVM
#
ifdef LLVM_SRC_ROOT
include $(LLVM_SRC_ROOT)/Makefile.config
else
include $(LEVEL)/Makefile.config
endif

###########################################################################
# Directory Configuration
Expand Down
4 changes: 4 additions & 0 deletions Makefile.rules
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@
#
# Configuration file to set paths specific to local installation of LLVM
#
ifdef LLVM_SRC_ROOT
include $(LLVM_SRC_ROOT)/Makefile.config
else
include $(LEVEL)/Makefile.config
endif

###########################################################################
# Directory Configuration
Expand Down

0 comments on commit 56e4fa4

Please sign in to comment.