projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix oops on start, forgot to ifdef one call last time, closes #133
[openwrt.git]
/
openwrt
/
package
/
libvorbis
/
Makefile
diff --git
a/openwrt/package/libvorbis/Makefile
b/openwrt/package/libvorbis/Makefile
index
1054a7f
..
dc7e5e0
100644
(file)
--- a/
openwrt/package/libvorbis/Makefile
+++ b/
openwrt/package/libvorbis/Makefile
@@
-95,8
+95,8
@@
uninstall-dev:
$(STAGING_DIR)/usr/lib/libvorbis{,enc,file}.so* \
$(STAGING_DIR)/usr/lib/pkgconfig/vorbis{,enc,file}.pc \
$(STAGING_DIR)/usr/lib/libvorbis{,enc,file}.so* \
$(STAGING_DIR)/usr/lib/pkgconfig/vorbis{,enc,file}.pc \
-compile: install-dev
-clean: uninstall-dev
+compile
-targets
: install-dev
+clean
-targets
: uninstall-dev
mostlyclean:
-$(MAKE) -C $(PKG_BUILD_DIR) clean
mostlyclean:
-$(MAKE) -C $(PKG_BUILD_DIR) clean
This page took
0.028366 seconds
and
4
git commands to generate.