projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b9fafd
)
Do not build documentation as we may be missing host binaries for sgml etc...
author
Florian Fainelli
<florian@openwrt.org>
Tue, 7 Mar 2006 11:56:36 +0000
(11:56 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Tue, 7 Mar 2006 11:56:36 +0000
(11:56 +0000)
SVN-Revision: 3326
openwrt/package/siproxd/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/siproxd/Makefile
b/openwrt/package/siproxd/Makefile
index ac45a255f46051e60fdb53e079b5e7dc26a819f5..2b4f427a916a47d306a2d984690e3eb480a7b881 100644
(file)
--- a/
openwrt/package/siproxd/Makefile
+++ b/
openwrt/package/siproxd/Makefile
@@
-53,7
+53,7
@@
$(PKG_BUILD_DIR)/.built:
mkdir -p $(PKG_INSTALL_DIR)
$(MAKE) -C $(PKG_BUILD_DIR) \
DESTDIR="$(PKG_INSTALL_DIR)" \
- all install
+ install-exec install-data
touch $@
$(IPKG_SIPROXD):