diff options
author | Lauri Leukkunen <lle@rahina.org> | 2007-06-20 05:42:47 +0300 |
---|---|---|
committer | Lauri Leukkunen <lle@rahina.org> | 2007-06-20 05:42:47 +0300 |
commit | d38c7166820779bcbdb12dbe7ce3b186f7e9bf18 (patch) | |
tree | 6b8f5d91ea2922dbf2ec3a0e69876525b6c50f3e /llbuild | |
parent | 6f9748db43c839a10f15cf2268f87b2b24da3c2a (diff) |
More work on the llbuild system
Signed-off-by: Lauri Leukkunen <lle@rahina.org>
Diffstat (limited to 'llbuild')
-rw-r--r-- | llbuild/Makefile.include | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llbuild/Makefile.include b/llbuild/Makefile.include index 05cd0e3..0b84ef6 100644 --- a/llbuild/Makefile.include +++ b/llbuild/Makefile.include @@ -32,8 +32,8 @@ TOPDIR := $(CURDIR) # a useful function to expand paths -define llep -$(patsubst %,$(LLPWD)/%,$(1)) +define O +$(patsubst %,$(D)/%,$(1)) endef @@ -42,7 +42,7 @@ endef define import_dir subdirs := objects := - LLPWD := $(1) + D := $(1) include $(1)/Makefile dep_files := $$(wildcard $(1)/.*.d) include $(dep_files) |