blob: 6ea204d24cacd280f2946324ce22f0266cdcb17f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.in.orig Sat Oct 18 17:46:36 2008
+++ Makefile.in Sat Oct 18 17:46:50 2008
@@ -1205,7 +1205,7 @@
.PHONY: force-doc
force-doc:
- $(MAKE) -C doc force-doc
+ $(MAKE) -C doc
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
|