diff options
Diffstat (limited to 'meta/packages/apt/apt-0.7.14/nodoc.patch')
-rw-r--r-- | meta/packages/apt/apt-0.7.14/nodoc.patch | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/meta/packages/apt/apt-0.7.14/nodoc.patch b/meta/packages/apt/apt-0.7.14/nodoc.patch index 9101847189..db8cf93717 100644 --- a/meta/packages/apt/apt-0.7.14/nodoc.patch +++ b/meta/packages/apt/apt-0.7.14/nodoc.patch | |||
@@ -2,9 +2,11 @@ | |||
2 | Makefile | 2 +- | 2 | Makefile | 2 +- |
3 | 1 file changed, 1 insertion(+), 1 deletion(-) | 3 | 1 file changed, 1 insertion(+), 1 deletion(-) |
4 | 4 | ||
5 | --- apt-0.6.45exp2.orig/Makefile | 5 | --- apt-0.7.14.orig/Makefile |
6 | +++ apt-0.6.45exp2/Makefile | 6 | +++ apt-0.7.14/Makefile |
7 | @@ -17,7 +17,7 @@ all headers library clean veryclean bina | 7 | @@ -15,11 +15,11 @@ all headers library clean veryclean bina |
8 | $(MAKE) -C apt-inst $@ | ||
9 | $(MAKE) -C methods $@ | ||
8 | $(MAKE) -C cmdline $@ | 10 | $(MAKE) -C cmdline $@ |
9 | $(MAKE) -C ftparchive $@ | 11 | $(MAKE) -C ftparchive $@ |
10 | $(MAKE) -C dselect $@ | 12 | $(MAKE) -C dselect $@ |
@@ -13,3 +15,5 @@ | |||
13 | $(MAKE) -C po $@ | 15 | $(MAKE) -C po $@ |
14 | 16 | ||
15 | # Some very common aliases | 17 | # Some very common aliases |
18 | .PHONY: maintainer-clean dist-clean distclean pristine sanity | ||
19 | maintainer-clean dist-clean distclean pristine sanity: veryclean | ||