mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
defs.mk, make.mk: Fix many package build errors
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
c009df6d62
commit
37130aa077
2 changed files with 6 additions and 6 deletions
|
|
@ -3,14 +3,14 @@
|
|||
# contact@jannet.de
|
||||
# $Id$
|
||||
|
||||
MKFILES += $(wildcard project.conf)
|
||||
|
||||
include $(MODDIR)/make/defs.mk
|
||||
include $(MODDIR)/make/rules.mk
|
||||
|
||||
#LOCAL_PKG_CONFIG = $(PROJECT).pc
|
||||
# BUILD_PKG_CONFIG = $(MODDIR)/pkgconfig/$(LOCAL_PKG_CONFIG)
|
||||
|
||||
MKFILES += $(wildcard $(PROJECT).conf)
|
||||
|
||||
INSTALL_PCKG_DEPS_DIR = $(ENV_PREFIX)$(MODDIR)/make/deps.d
|
||||
ifneq ($(wildcard pckg-deps.mk),)
|
||||
INSTALLED_PKG_MK += $(INSTALL_PCKG_DEPS_DIR)/$(PROJECT).mk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue