aboutsummaryrefslogtreecommitdiffstats
path: root/make-dist
diff options
context:
space:
mode:
authorEli Zaretskii2011-10-31 19:49:10 +0200
committerEli Zaretskii2011-10-31 19:49:10 +0200
commit07f3add98f088ff068aacb0429210900e95b90c3 (patch)
tree08365f7a950eeda0df82a3e33c17da37f94e7afc /make-dist
parent0bd3cb7b2f44639e1da2245b086cedeabbfe46cf (diff)
downloademacs-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-xmake-dist6
1 files changed, 1 insertions, 5 deletions
diff --git a/make-dist b/make-dist
index b7043b28d8f..ebbb11e87cc 100755
--- a/make-dist
+++ b/make-dist
@@ -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
425echo "Making links to \`autogen'"
426(cd autogen
427 ln README config.in Makefile.in ../${tempdir}/autogen)
428
429echo "Making links to \`nextstep'" 425echo "Making links to \`nextstep'"
430(cd nextstep 426(cd nextstep
431 ln ChangeLog README INSTALL ../${tempdir}/nextstep) 427 ln ChangeLog README INSTALL ../${tempdir}/nextstep)