From: nbd Date: Sun, 11 Mar 2007 10:38:56 +0000 (+0000) Subject: fix typo (#1454) X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=f8ae668a453814a609e33bf9e0afde38a81ba367 fix typo (#1454) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6550 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 1616122c0..eae037aaa 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -19,7 +19,7 @@ PKG_MD5SUM:=5728403bce309cdabcffa414e2e64052 PKG_CAT:=bzcat PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) -PKG_BUILDDEP:=libcgi +PKG_BUILD_DEPENDS:=libcgi include $(INCLUDE_DIR)/package.mk