mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
conf/jcs/Makefile: Fix warning about multiply defined targets
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
4170189ac0
commit
154529ea23
1 changed files with 2 additions and 1 deletions
|
|
@ -2,7 +2,8 @@ TOPDIR = ../..
|
||||||
|
|
||||||
SUBTREE_INSTALL_PREFIX ?= /etc/jcs
|
SUBTREE_INSTALL_PREFIX ?= /etc/jcs
|
||||||
SUBTREE_FILES += ./templates/dir/module/Makefile ./templates/dir/src/Makefile
|
SUBTREE_FILES += ./templates/dir/module/Makefile ./templates/dir/src/Makefile
|
||||||
SUBTREE_DIRS += $(dir $(SUBTREE_FILES))
|
SUBTREE_DIRS += $(sort $(dir $(SUBTREE_FILES)))
|
||||||
|
|
||||||
include $(TOPDIR)/make/proj.mk
|
include $(TOPDIR)/make/proj.mk
|
||||||
include $(JWBDIR)/make/subtree.mk
|
include $(JWBDIR)/make/subtree.mk
|
||||||
|
include $(JWBDIR)/make/dev-utils.mk
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue