yapsnmp: fix annoying warning message
authorolli <olli@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 29 Jul 2007 17:46:43 +0000 (17:46 +0000)
committerolli <olli@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 29 Jul 2007 17:46:43 +0000 (17:46 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@8219 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/yapsnmp/Makefile

index 53d4a44..32d21aa 100644 (file)
@@ -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)