diff options
| author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-02 10:43:04 +0000 | 
|---|---|---|
| committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-02 10:43:04 +0000 | 
| commit | 59cf9955ada396f84414e779e62d9742b7451d66 (patch) | |
| tree | e4638dda8706993761836244b977d1463e25fd05 | |
| parent | 3e37425a5b1c638f7fd4d8d73c028b42c8893c2a (diff) | |
fix build depends for wlc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@512 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | package/openwrt/Makefile | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/package/openwrt/Makefile b/package/openwrt/Makefile index 4c129fd4c..1580c13a9 100644 --- a/package/openwrt/Makefile +++ b/package/openwrt/Makefile @@ -10,10 +10,10 @@ PKG_IPK_DIR:=$(PKG_BUILD_DIR)/ipkg  SHARED_INCLUDE:=${shell pwd}/include -libshared-compile libnvram-compile wlc-compile: +libshared-compile libnvram-compile:  	@$(MAKE) -C $(patsubst %-compile,%,$@) compile -libshared-install libnvram-install wlc-install: +libshared-install libnvram-install: libshared-compile libnvram-compile  	@$(MAKE) -C $(patsubst %-install,%,$@) install  libshared-clean libnvram-clean wlc-clean: @@ -27,7 +27,7 @@ $(PKG_IPK_DIR)/sbin/jffs2root: jffs2root.c  	mkdir -p $(PKG_IPK_DIR)/sbin  	$(TARGET_CC) -o $@ $< -$(PKG_IPK_DIR)/usr/sbin/wlc: wlc.c libshared-compile +$(PKG_IPK_DIR)/usr/sbin/wlc: wlc.c libshared-install  	mkdir -p $(PKG_IPK_DIR)/usr/sbin  	$(TARGET_CC) -o $@ $< -lshared -L./libshared -I$(SHARED_INCLUDE) | 
