diff options
Diffstat (limited to 'llbuild/Makefile.include')
-rw-r--r-- | llbuild/Makefile.include | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llbuild/Makefile.include b/llbuild/Makefile.include index 4a9bd33..4abb2c2 100644 --- a/llbuild/Makefile.include +++ b/llbuild/Makefile.include @@ -45,9 +45,7 @@ define import_dir LLPWD := $(1) include $(1)/Makefile dep_files := $$(wildcard $(1)/.*.d) -ifneq ($(dep_files),) include $(dep_files) -endif all-objects := $$(all-objects) $$(patsubst %,$(1)/%,$$(objects)) tmp := $$(patsubst %,$(1)/%,$$(subdirs)) perkele := $$(foreach dir,$$(tmp),$$(eval $$(call import_dir,$$(dir)))) |