From: Oliver Ertl Date: Wed, 4 Jul 2007 20:29:15 +0000 (+0000) Subject: zile: all is not required X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=413cbd6d7bc5d3eb4c38b8e7c3813bef153887b3 zile: all is not required SVN-Revision: 7879 --- diff --git a/utils/zile/Makefile b/utils/zile/Makefile index c7b476dad1..cb16e82bd4 100644 --- a/utils/zile/Makefile +++ b/utils/zile/Makefile @@ -33,8 +33,7 @@ define Package/zile endef define Build/Compile - $(MAKE) -C $(PKG_BUILD_DIR)/src \ - all + $(MAKE) -C $(PKG_BUILD_DIR)/src endef define Package/zile/install