X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=utils%2Fupx%2Fpatches%2F100-disable_doc.patch;h=d960c00c7cd7f5ed3ab0cadb403728f7ba642a96;hp=842598cc1b73ea2d7de453fdeb988bbfaa7487ee;hb=e090eea109a2b4485af18c7d7ee362ed056d8487;hpb=6d8aebdcf5f9b5d3663c9383c5dc7fde4b0990ae diff --git a/utils/upx/patches/100-disable_doc.patch b/utils/upx/patches/100-disable_doc.patch index 842598cc1b..d960c00c7c 100644 --- a/utils/upx/patches/100-disable_doc.patch +++ b/utils/upx/patches/100-disable_doc.patch @@ -1,6 +1,5 @@ -diff -pruN upx-3.04.orig//Makefile upx-3.04/Makefile ---- upx-3.04.orig//Makefile 2010-02-18 15:07:46.894410571 +0100 -+++ upx-3.04/Makefile 2010-02-18 15:08:32.758657685 +0100 +--- a/Makefile ++++ b/Makefile @@ -35,7 +35,7 @@ ifeq ($(BUILD_STUB),1) $(MAKE) -C src/stub $@ endif @@ -9,4 +8,4 @@ diff -pruN upx-3.04.orig//Makefile upx-3.04/Makefile +# $(MAKE) -C doc $@ - ifneq ($(wildcard .hg/.),) + .PHONY: default all mostlyclean clean distclean maintainer-clean