defs.mk, make.mk, rpmdist.mk: Fix various package build errors

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2016-02-01 22:59:23 +00:00
commit 651cbaf511
3 changed files with 16 additions and 11 deletions

View file

@ -3,9 +3,13 @@
# contact@jannet.de
# $Id$
MKFILES += $(wildcard project.conf)
include $(MODDIR)/make/defs.mk
ifneq ($(CREATE_DEVEL),false)
MKFILES += $(wildcard project.conf)
DEVEL_TARGETS += install_MAKE $(INSTALLED_PKG_MK) install_PKG_CONFIG
endif
include $(MODDIR)/make/rules.mk
#LOCAL_PKG_CONFIG = $(PROJECT).pc
@ -23,7 +27,7 @@ endif
#all: $(BUILD_PKG_CONFIG)
all: build_PKG_CONFIG
install: install_MAKE $(INSTALLED_PKG_MK) install_PKG_CONFIG
install: $(DEVEL_TARGETS)
clean: textclean localclean doneclean clean.pkg-config
test: