]> code.delx.au - gnu-emacs/blobdiff - msdos/mainmake.v2
Use Gnulib stdalign and environ modules (Bug#9772, Bug#9960).
[gnu-emacs] / msdos / mainmake.v2
index 2113dc4a127bef108acf040bcc1d24e4c92fb4c3..e1e646a855cfd8f185977416ffeeae9eb523fde5 100644 (file)
@@ -162,7 +162,7 @@ TAGS tags:  lib-src FRC
        ../bin/etags --include=../lisp/TAGS \
         --regex='/[    ]*DEFVAR_[A-Z_  (]+"\([^"]+\)"/' \
         $(CURDIR)/src/*.c $(CURDIR)/src/*.h \
-         $(CURDIR)/src/s/msdos.h $(CURDIR)/src/m/intel386.h
+         $(CURDIR)/src/s/msdos.h
        cd ..
        ./bin/etags --include=src/TAGS
 
@@ -269,7 +269,7 @@ extraclean:
 
 bootstrap-clean: FRC
        cd lib
-       $(MAKE) $(MFLAGS) $@
+       -$(MAKE) $(MFLAGS) maintainer-clean
        cd ..
        cd src
        $(MAKE) $(MFLAGS) $@
@@ -299,4 +299,3 @@ bootstrap-clean: FRC
 bootstrap: bootstrap-clean FRC
        command.com /e:2048 /c config msdos
        $(MAKE) $(MFLAGS) info all
-