make.mk: Remove disfunctinal install_PKG_CONFIG and build_PKG_CONFIG

build_PKG_CONFIG kills rpmbuild:

    mkdir -p /opt/ytools/pkgconfig
    mkdir: can't create directory /opt/ytools/pkgconfig: Permission denied
    make[5]: *** [../dir_build_PKG_CONFIG.done] Error 1
    make[5]: Leaving directory `/usr/src/packages/BUILD/wt-jannet-0.0.1-16/make'

Remove install_PKG_CONFIG and build_PKG_CONFIG to fix that.
This commit is contained in:
Jan Lindemann 2012-04-30 08:02:32 +00:00 committed by Jan Lindemann
commit dd01b3a470

View file

@ -16,8 +16,8 @@ ifneq ($(wildcard pckg-defs.mk),)
INSTALLED_PKG_MK += $(INSTALL_PCKG_DEFS_DIR)/$(PROJECT).mk
endif
all: build_PKG_CONFIG
install: install_MAKE $(INSTALLED_PKG_MK) install_PKG_CONFIG
all:
install: install_MAKE $(INSTALLED_PKG_MK)
clean: textclean localclean doneclean
test: