yapsnmp: fix annoying warning message

git-svn-id: svn://svn.openwrt.org/openwrt/packages@8219 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
olli 2007-07-29 17:46:43 +00:00
parent 5c2a511f0e
commit 767a3e4ebc

View 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)