From 26e6c4f80dc2f1fd80f67ff88c0e7ffc3c3cc02a Mon Sep 17 00:00:00 2001 From: Oliver Ertl Date: Sun, 29 Jul 2007 17:46:43 +0000 Subject: [PATCH] yapsnmp: fix annoying warning message SVN-Revision: 8219 --- libs/yapsnmp/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libs/yapsnmp/Makefile b/libs/yapsnmp/Makefile index 53d4a44265..32d21aabce 100644 --- a/libs/yapsnmp/Makefile +++ b/libs/yapsnmp/Makefile @@ -51,7 +51,9 @@ define Build/Compile all install endef -pylibdir:=$(shell $(STAGING_DIR)/usr/bin/hostpython $(SCRIPT_DIR)/pylibdir.py) +ifeq ($(DUMP),) + pylibdir:=$(shell $(STAGING_DIR)/usr/bin/hostpython $(SCRIPT_DIR)/pylibdir.py) +endif define Package/yapsnmp/install $(INSTALL_DIR) $(1)$(pylibdir) $(CP) -a $(PKG_INSTALL_DIR)/* $(1)$(pylibdir) -- 2.30.2