diff options
| author | Joakim Verona | 2013-04-22 08:30:55 +0200 |
|---|---|---|
| committer | Joakim Verona | 2013-04-22 08:30:55 +0200 |
| commit | e55fcd3de4a045e2a525f997f2778a25f86065c8 (patch) | |
| tree | 134ac830a176b33df06cbe8bbf096bc2a80f61fa /make-dist | |
| parent | 3064c99f56a1332cb087455aea502424018640e1 (diff) | |
| parent | 84fc48e57a1008b4c047ff30f3a6101b84130671 (diff) | |
| download | emacs-e55fcd3de4a045e2a525f997f2778a25f86065c8.tar.gz emacs-e55fcd3de4a045e2a525f997f2778a25f86065c8.zip | |
auto upstream
Diffstat (limited to 'make-dist')
| -rwxr-xr-x | make-dist | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -439,6 +439,9 @@ echo "Making links to \`lwlib'" | |||
| 439 | 439 | ||
| 440 | echo "Making links to \`admin' and its subdirectories" | 440 | echo "Making links to \`admin' and its subdirectories" |
| 441 | for f in `find admin -type f`; do | 441 | for 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 |
| 443 | done | 446 | done |
| 444 | 447 | ||