Fix warnings and should also fix compilation (#1593)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@7138 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2007-05-08 19:09:24 +00:00
parent 033e35d85d
commit 8116558009
2 changed files with 2 additions and 2 deletions

View File

@ -47,4 +47,4 @@ define Build/UninstallDev
$(STAGING_DIR)/usr/lib/libbz2.a
endef
$(eval $(call Build/DefaultTargets))
$(eval $(call BuildPackage/libbzip2))

View File

@ -54,4 +54,4 @@ define Build/UninstallDev
$(STAGING_DIR)/usr/lib/libclinkc.a
endef
$(eval $(call Build/DefaultTargets))
$(eval $(call BuildPackage/libclinkc))