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 | 2540c05435d0025d8f1e97f339a8e93fcb08c06e (patch) | |
tree | cd8a1ee9ab092d212491d7af15d76e0e18c5b721 /package/nvram | |
parent | 07076c27b78268ead7364b31c1811b69cf54c268 (diff) | |
download | upstream-2540c05435d0025d8f1e97f339a8e93fcb08c06e.tar.gz upstream-2540c05435d0025d8f1e97f339a8e93fcb08c06e.tar.bz2 upstream-2540c05435d0025d8f1e97f339a8e93fcb08c06e.zip |
fix nvram build error
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2047 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/nvram')
-rw-r--r-- | package/nvram/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/nvram/Makefile b/package/nvram/Makefile index f7312fe18b..b1b87fd15b 100644 --- a/package/nvram/Makefile +++ b/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 |