]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
build: fixed build rule for modules
authorMarek Vavruša <marek.vavrusa@nic.cz>
Thu, 7 May 2015 13:49:02 +0000 (15:49 +0200)
committerMarek Vavruša <marek.vavrusa@nic.cz>
Thu, 7 May 2015 13:49:02 +0000 (15:49 +0200)
modules/modules.mk

index cf4193a821b1d65562da1bfe0beef758d94d8382..e513d4f4088096ed79098173ca9886555d8dbe8c 100644 (file)
@@ -24,7 +24,7 @@ endef
 
 # Lua target definition
 define lua_target
-$(1) := $$($(1)_SOURCES)
+$(1) := $$(addprefix $(2)/,$$($(1)_SOURCES))
 $(1)-clean:
 $(1)-install: $$($(1)_SOURCES)
        $(INSTALL) -d $(PREFIX)/$(MODULEDIR)