diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2005-10-03 20:18:39 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2005-10-03 20:18:39 +0000 |
| commit | 8ce107b51d3baa917683ef011f8a4c6802e7985d (patch) | |
| tree | 13d3fd631d5271ba2be259c93bc6173fe1c82ba7 | |
| parent | f02750f63c8b28dc35d2887f057ab4a50cf4567c (diff) | |
| download | upstream-8ce107b51d3baa917683ef011f8a4c6802e7985d.tar.gz upstream-8ce107b51d3baa917683ef011f8a4c6802e7985d.tar.bz2 upstream-8ce107b51d3baa917683ef011f8a4c6802e7985d.zip | |
fix nvram build error
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2047 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | openwrt/package/nvram/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/nvram/Makefile b/openwrt/package/nvram/Makefile index f7312fe18b3..b1b87fd15b3 100644 --- a/openwrt/package/nvram/Makefile +++ b/openwrt/package/nvram/Makefile @@ -39,7 +39,7 @@ $(IPKG_NVRAM): compile: install-dev -install-dev: +install-dev: $(PKG_BUILD_DIR)/.built mkdir -p $(STAGING_DIR)/usr/lib cp $(PKG_BUILD_DIR)/*.so $(STAGING_DIR)/usr/lib |
