Don't clean vax disassembler links for "distclean".
authorChris Hanson <org/chris-hanson/cph>
Sat, 9 Dec 2000 05:10:14 +0000 (05:10 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 9 Dec 2000 05:10:14 +0000 (05:10 +0000)
v7/src/compiler/Clean.sh

index 4f57c5dd4c61f9a69154c223f11685e4a61e5ec2..394a96c4da8a8aaf9486e7c39cccaa1931f42e9a 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $Id: Clean.sh,v 1.3 2000/12/08 06:15:12 cph Exp $
+# $Id: Clean.sh,v 1.4 2000/12/09 05:10:14 cph Exp $
 #
 # Copyright (c) 2000 Massachusetts Institute of Technology
 #
@@ -38,6 +38,11 @@ done
 case "${1}" in
 distclean | maintainer-clean)
     rm -f machine compiler.cbf compiler.pkg compiler.sf make.com
+    ;;
+esac
+
+case "${1}" in
+maintainer-clean)
     rm -f machines/vax/dinstr[123].scm
     ;;
 esac