aboutsummaryrefslogtreecommitdiffstats
path: root/make-dist
diff options
context:
space:
mode:
authorJoakim Verona2013-04-22 08:30:55 +0200
committerJoakim Verona2013-04-22 08:30:55 +0200
commite55fcd3de4a045e2a525f997f2778a25f86065c8 (patch)
tree134ac830a176b33df06cbe8bbf096bc2a80f61fa /make-dist
parent3064c99f56a1332cb087455aea502424018640e1 (diff)
parent84fc48e57a1008b4c047ff30f3a6101b84130671 (diff)
downloademacs-e55fcd3de4a045e2a525f997f2778a25f86065c8.tar.gz
emacs-e55fcd3de4a045e2a525f997f2778a25f86065c8.zip
auto upstream
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