openwrt_archive/utils/upx/patches/100-disable_doc.patch
Stephen Walker e090eea109 [packages] upx: update to 3.05
SVN-Revision: 21553
2010-05-23 21:11:51 +00:00

12 lines
234 B
Diff

--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ ifeq ($(BUILD_STUB),1)
$(MAKE) -C src/stub $@
endif
$(MAKE) -C src $@
- $(MAKE) -C doc $@
+# $(MAKE) -C doc $@
.PHONY: default all mostlyclean clean distclean maintainer-clean