blob: ac9241c9213ffe7d940d76d580937c8f7918a6b3 [file] [log] [blame]
Stefan Reinauer0d2119d2013-07-10 14:27:56 -07001diff -ur gdb-7.6.orig/missing gdb-7.6/missing
2--- gdb-7.6.orig/missing 2009-08-22 04:48:33.000000000 -0700
3+++ gdb-7.6/missing 2013-07-10 13:10:32.940902728 -0700
4@@ -314,8 +314,8 @@
5 fi
6 # If the file does not exist, the user really needs makeinfo;
7 # let's fail without touching anything.
8- test -f $file || exit 1
9- touch $file
10+ #test -f $file || exit 1
11+ #touch $file
12 ;;
13
14 tar*)