blob: 91018471892dd3f79df126d840f14e459c67bcc1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- apt-0.6.45exp2.orig/Makefile
+++ apt-0.6.45exp2/Makefile
@@ -17,7 +17,7 @@ all headers library clean veryclean bina
$(MAKE) -C cmdline $@
$(MAKE) -C ftparchive $@
$(MAKE) -C dselect $@
- $(MAKE) -C doc $@
+# $(MAKE) -C doc $@
$(MAKE) -C po $@
# Some very common aliases
|