diff options
author | Lauri Leukkunen <lle@rahina.org> | 2007-01-11 18:25:28 +0200 |
---|---|---|
committer | Lauri Leukkunen <lleukkun@leka.rahina.org> | 2007-01-11 18:25:28 +0200 |
commit | d3d0c9aa191103ed43cd594ead97e0c9b25c423c (patch) | |
tree | 15e06e6a78be3865d7fbece565cdda4fe9f939a0 /llbuild | |
parent | 1ff33003e8915627d605a90490bed2f9c7524adc (diff) |
* remove apparently unnecessary ifeq check from Makefile.include
Diffstat (limited to 'llbuild')
-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)))) |