diff options
| author | Eli Zaretskii | 2011-10-31 19:49:10 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2011-10-31 19:49:10 +0200 |
| commit | 07f3add98f088ff068aacb0429210900e95b90c3 (patch) | |
| tree | 08365f7a950eeda0df82a3e33c17da37f94e7afc /make-dist | |
| parent | 0bd3cb7b2f44639e1da2245b086cedeabbfe46cf (diff) | |
| download | emacs-07f3add98f088ff068aacb0429210900e95b90c3.tar.gz emacs-07f3add98f088ff068aacb0429210900e95b90c3.zip | |
Fix previous commit.
config.bat: Use config.in and Makefile.in from src/ and lib/, if
they exist there, else from autogen/.
make-dist: Don't add `autogen'.
Diffstat (limited to 'make-dist')
| -rwxr-xr-x | make-dist | 6 |
1 files changed, 1 insertions, 5 deletions
| @@ -297,7 +297,7 @@ for subdir in site-lisp \ | |||
| 297 | nt nt/inc nt/inc/sys nt/inc/arpa nt/inc/netinet nt/icons \ | 297 | nt nt/inc nt/inc/sys nt/inc/arpa nt/inc/netinet nt/icons \ |
| 298 | `find etc lisp admin -type d` \ | 298 | `find etc lisp admin -type d` \ |
| 299 | doc doc/emacs doc/misc doc/man doc/lispref doc/lispintro \ | 299 | doc doc/emacs doc/misc doc/man doc/lispref doc/lispintro \ |
| 300 | info m4 msdos autogen \ | 300 | info m4 msdos \ |
| 301 | nextstep nextstep/Cocoa nextstep/Cocoa/Emacs.base \ | 301 | nextstep nextstep/Cocoa nextstep/Cocoa/Emacs.base \ |
| 302 | nextstep/Cocoa/Emacs.base/Contents \ | 302 | nextstep/Cocoa/Emacs.base/Contents \ |
| 303 | nextstep/Cocoa/Emacs.base/Contents/Resources \ | 303 | nextstep/Cocoa/Emacs.base/Contents/Resources \ |
| @@ -422,10 +422,6 @@ echo "Making links to \`msdos'" | |||
| 422 | ln depfiles.bat inttypes.h ../${tempdir}/msdos | 422 | ln depfiles.bat inttypes.h ../${tempdir}/msdos |
| 423 | ln is_exec.c sigaction.c mainmake.v2 sed*.inp ../${tempdir}/msdos) | 423 | ln is_exec.c sigaction.c mainmake.v2 sed*.inp ../${tempdir}/msdos) |
| 424 | 424 | ||
| 425 | echo "Making links to \`autogen'" | ||
| 426 | (cd autogen | ||
| 427 | ln README config.in Makefile.in ../${tempdir}/autogen) | ||
| 428 | |||
| 429 | echo "Making links to \`nextstep'" | 425 | echo "Making links to \`nextstep'" |
| 430 | (cd nextstep | 426 | (cd nextstep |
| 431 | ln ChangeLog README INSTALL ../${tempdir}/nextstep) | 427 | ln ChangeLog README INSTALL ../${tempdir}/nextstep) |