summaryrefslogtreecommitdiff
path: root/lib/x86_64
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-01-18 06:48:33 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-01-18 06:48:33 +0000
commitfaf0150036689985ecea64e78f2637093857cd7b (patch)
treec73207e736ba2d380094d9b6c51e921578d2d26e /lib/x86_64
parentf5722759b8fd2ae65042fe6f87908e3569dbfdf0 (diff)
downloadcompiler-rt-faf0150036689985ecea64e78f2637093857cd7b.tar.gz
compiler-rt-faf0150036689985ecea64e78f2637093857cd7b.tar.bz2
compiler-rt-faf0150036689985ecea64e78f2637093857cd7b.tar.xz
Simplify subdirectory makefiles, and be more robust by checking that they define the appropriate variables.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@93714 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/x86_64')
-rw-r--r--lib/x86_64/Makefile.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/x86_64/Makefile.mk b/lib/x86_64/Makefile.mk
index 950f2fc8..df72156c 100644
--- a/lib/x86_64/Makefile.mk
+++ b/lib/x86_64/Makefile.mk
@@ -7,7 +7,6 @@
#
#===------------------------------------------------------------------------===#
-Dir := lib/x86_64
SubDirs :=
OnlyArchs := x86_64
@@ -18,5 +17,3 @@ Target := Optimized
# FIXME: use automatic dependencies?
Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
-
-include make/subdir.mk