summaryrefslogtreecommitdiff
path: root/msdos
diff options
context:
space:
mode:
authorPhillip Lord <phillip.lord@russet.org.uk>2017-03-07 13:25:45 +0000
committerPhillip Lord <phillip.lord@russet.org.uk>2017-03-07 13:49:48 +0000
commit542a763281347b026b6714483299a108a8c3b9c2 (patch)
tree409e48faaec350983a446e450c9b434e14c5958e /msdos
parente37bfd41546f515cfef1f8d2c64df2dccac18a86 (diff)
downloademacs-542a763281347b026b6714483299a108a8c3b9c2.tar.gz
Revert "Replace ldefs-boot with a much smaller file"
This reverts commit c27b645956a11fab1dd8fa189254d525390958f5. This commit has been reverted because the new mechanism was too sensitive to changes in the lisp source, generation of new ldefs-boot files was platform specific and resulted in warnings about undefined variables. See also 11436e2890d.
Diffstat (limited to 'msdos')
-rw-r--r--msdos/mainmake.v22
1 files changed, 1 insertions, 1 deletions
diff --git a/msdos/mainmake.v2 b/msdos/mainmake.v2
index ab9cfa3809d..dc2b0b6e8ac 100644
--- a/msdos/mainmake.v2
+++ b/msdos/mainmake.v2
@@ -156,7 +156,7 @@ TAGS tags: lib-src FRC
cd lib-src
if exist etags.exe mv -f etags.exe ../bin
cd ..
- - find $(CURDIR)/lisp -iname "*.el" -a -! -( -iname "*loaddefs.el" -o -iname "ldefs-boot-auto.el" -) | ./bin/etags -o lisp/TAGS -
+ - find $(CURDIR)/lisp -iname "*.el" -a -! -( -iname "*loaddefs.el" -o -iname "ldefs-boot.el" -) | ./bin/etags -o lisp/TAGS -
cd $(CURDIR)
cd src
../bin/etags --include=../lisp/TAGS \