summaryrefslogtreecommitdiff
path: root/lib/Makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Makefile.mk')
-rw-r--r--lib/Makefile.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Makefile.mk b/lib/Makefile.mk
index 70ccbeb00..ee04e0fec 100644
--- a/lib/Makefile.mk
+++ b/lib/Makefile.mk
@@ -7,7 +7,6 @@
#
#===------------------------------------------------------------------------===#
-Dir := lib
SubDirs := i386 ppc x86_64 arm
Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
@@ -16,5 +15,3 @@ Target := Generic
# FIXME: use automatic dependencies?
Dependencies := $(wildcard $(Dir)/*.h)
-
-include make/subdir.mk