diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-03-11 10:38:56 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-03-11 10:38:56 +0000 |
commit | 2cba1e7bfb82c65a42190935a70cd9acd2b0e640 (patch) | |
tree | ab5b2813c52eac580e860634ee4e3d1fa65ef49c /package/busybox/Makefile | |
parent | fa1925c2d51d53e914ed7949418ad54377370002 (diff) | |
download | upstream-2cba1e7bfb82c65a42190935a70cd9acd2b0e640.tar.gz upstream-2cba1e7bfb82c65a42190935a70cd9acd2b0e640.tar.bz2 upstream-2cba1e7bfb82c65a42190935a70cd9acd2b0e640.zip |
fix typo (#1454)
SVN-Revision: 6550
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r-- | package/busybox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 1616122c00..eae037aaaa 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 |