projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
466f741
)
Corrected bug #149
author
Florian Fainelli
<florian@openwrt.org>
Sun, 18 Dec 2005 12:25:53 +0000
(12:25 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sun, 18 Dec 2005 12:25:53 +0000
(12:25 +0000)
SVN-Revision: 2721
openwrt/package/ipcad/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/ipcad/Makefile
b/openwrt/package/ipcad/Makefile
index f49ac7ef8c4fec513f9e015e8dcdb05d17e0f486..749500fa605d97330e3c2218d3f55e2320b8636b 100755
(executable)
--- a/
openwrt/package/ipcad/Makefile
+++ b/
openwrt/package/ipcad/Makefile
@@
-43,7
+43,7
@@
$(PKG_BUILD_DIR)/.configured:
touch $@
$(PKG_BUILD_DIR)/.built:
- $(MAKE) STAGING_DIR=$(STAGING_DIR) DESTDIR=$(PKG_INSTALL_DIR) -C $(PKG_BUILD_DIR)
all install-bin install-conf
+ $(MAKE) STAGING_DIR=$(STAGING_DIR) DESTDIR=$(PKG_INSTALL_DIR) -C $(PKG_BUILD_DIR)
install
touch $@
$(IPKG_IPCAD):