diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-08-28 03:06:28 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-08-28 03:06:28 +0000 |
commit | 5a8969a7e23b81812efb567eda824f62e706c554 (patch) | |
tree | 00d7e83732aecb1f1e6eca518d19104d67f55d21 /runtime/Makefile | |
parent | 53339fd046ae75f8d49d3ef4eea4ff17c7feee58 (diff) |
Another NO_RUNTIME_LIBRARIES tweak...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80331 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime/Makefile')
-rw-r--r-- | runtime/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/Makefile b/runtime/Makefile index 6b3b95b7d7..1e10451425 100644 --- a/runtime/Makefile +++ b/runtime/Makefile @@ -20,8 +20,8 @@ ifeq ($(ARCH), Sparc) PARALLEL_DIRS := $(filter-out libprofile, $(PARALLEL_DIRS)) endif -include $(LEVEL)/Makefile.common - endif +include $(LEVEL)/Makefile.common + install:: |