projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3348506
)
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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2721
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
openwrt/package/ipcad/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/ipcad/Makefile
b/openwrt/package/ipcad/Makefile
index
f49ac7e
..
749500f
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):