c6959e229e
fixes a format string issue. CAN-2004-0448
13 lines
460 B
Plaintext
13 lines
460 B
Plaintext
$OpenBSD: patch-doc_Makefile_in,v 1.1 2004/08/11 18:45:42 brad Exp $
|
|
--- doc/Makefile.in.orig Fri Jun 4 06:29:13 2004
|
|
+++ doc/Makefile.in Sat Jul 31 17:01:01 2004
|
|
@@ -180,7 +180,7 @@ all: config.html
|
|
true
|
|
|
|
config.html:
|
|
- wget http://www.mcknight.de/jftpgw/config.html
|
|
+# wget http://www.mcknight.de/jftpgw/config.html
|
|
|
|
# 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.
|