aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-09-13 05:17:53 +0000
committerJohn Gilmore <gnu@cygnus>1991-09-13 05:17:53 +0000
commit2fbf0d18b817ab1ee07679cfb7ae32849919e9ab (patch)
tree77255e97af53eb7c719f287ee3eb09e488c48a65 /include
parenta16f53e9e803584e112dafec0535f3e37f860c8f (diff)
downloadgdb-2fbf0d18b817ab1ee07679cfb7ae32849919e9ab.zip
gdb-2fbf0d18b817ab1ee07679cfb7ae32849919e9ab.tar.gz
gdb-2fbf0d18b817ab1ee07679cfb7ae32849919e9ab.tar.bz2
Removes sparc-opcode.h rather than the file it is sanitizing, if not testing!
(fixed...)
Diffstat (limited to 'include')
-rw-r--r--include/.Sanitize8
1 files changed, 6 insertions, 2 deletions
diff --git a/include/.Sanitize b/include/.Sanitize
index 3838134..fa537a5 100644
--- a/include/.Sanitize
+++ b/include/.Sanitize
@@ -90,7 +90,7 @@ else
if [ -n "${safe}" ] ; then
mv $i .Recover
else
- rm sparc-opcode.h
+ rm $i
fi
mv new $i
done
@@ -101,7 +101,11 @@ echo Done in `pwd`.
#
#
# $Log$
-# Revision 1.12 1991/09/04 02:51:18 rich
+# Revision 1.13 1991/09/13 05:17:53 gnu
+# Removes sparc-opcode.h rather than the file it is sanitizing, if not testing!
+# (fixed...)
+#
+# Revision 1.12 1991/09/04 02:51:18 rich
# Adding "recover"'ability.
#
# Revision 1.11 1991/09/02 21:21:47 rich