aboutsummaryrefslogtreecommitdiffstats
path: root/make-dist
diff options
context:
space:
mode:
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist3
1 files changed, 3 insertions, 0 deletions
diff --git a/make-dist b/make-dist
index 283defe8a7d..e1e62c895c7 100755
--- a/make-dist
+++ b/make-dist
@@ -439,6 +439,9 @@ echo "Making links to \`lwlib'"
439 439
440echo "Making links to \`admin' and its subdirectories" 440echo "Making links to \`admin' and its subdirectories"
441for f in `find admin -type f`; do 441for f in `find admin -type f`; do
442 case $f in
443 admin/unidata/Makefile) continue ;;
444 esac
442 ln $f $tempdir/$f 445 ln $f $tempdir/$f
443done 446done
444 447