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, rpmdist.mk: Fix various package build errors
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
f0e320698a
commit
651cbaf511
3 changed files with 16 additions and 11 deletions
10
make/make.mk
10
make/make.mk
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue