* lisp/vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
[bpt/emacs.git] / make-dist
index 283defe..e1e62c8 100755 (executable)
--- a/make-dist
+++ b/make-dist
@@ -439,6 +439,9 @@ echo "Making links to \`lwlib'"
 
 echo "Making links to \`admin' and its subdirectories"
 for f in `find admin -type f`; do
+  case $f in
+    admin/unidata/Makefile) continue ;;
+  esac
   ln $f $tempdir/$f
 done