]> code.delx.au - gnu-emacs/blobdiff - Makefile.in
*** empty log message ***
[gnu-emacs] / Makefile.in
index a2d3f8f203d8789e6158bd6bd309f5d8013d43cc..738410ac6834a5448ea03d1eadd8480347ec1fd1 100644 (file)
@@ -246,7 +246,7 @@ Makefile: $(srcdir)/Makefile.in config.status
 config.status: configure
        ./config.status --recheck
 
-${srcdir}/configure: configure.in
+${srcdir}/configure: configure.in aclocal.m4
        cd ${srcdir} && autoconf
 
 src/Makefile: $(srcdir)/src/Makefile.in config.status
@@ -398,7 +398,7 @@ install-arch-indep: mkdir info
              chmod a+r ${infodir}/dir); \
           fi; \
           cd ${srcdir}/info ; \
-          for f in ada-mode* autotype* ccmode* cl* dired-x* ediff* efaq* emacs* forms* gnus* idlwave* info* message* mh-e* reftex* sc* vip* widget*; do \
+          for f in ada-mode* autotype* ccmode* cl* dired-x* ediff* efaq* emacs* eudc* forms* gnus* idlwave* info* message* mh-e* reftex* sc* vip* widget*; do \
             (cd $${thisdir}; \
              ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f; \
              chmod a+r ${infodir}/$$f); \
@@ -408,7 +408,7 @@ install-arch-indep: mkdir info
        thisdir=`/bin/pwd`; \
        if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \
        then \
-         for f in ada-mode autotype ccmode cl dired-x ediff efaq emacs forms gnus idlwave info message mh-e reftex sc vip viper widget; do \
+         for f in ada-mode autotype ccmode cl dired-x ediff efaq emacs eudc forms gnus idlwave info message mh-e reftex sc vip viper widget; do \
            (cd $${thisdir}; \
             ${INSTALL_INFO} --dir-file=${infodir}/dir --info-file=${infodir}/$$f); \
          done; \
@@ -609,7 +609,7 @@ check:
        @echo "We don't have any tests for GNU Emacs yet."
 
 dist:
-       cd ${srcdir}; make-dist
+       cd ${srcdir}; ./make-dist
 
 .PHONY: info dvi dist check
 force-info:
@@ -628,10 +628,13 @@ dvi:
 ### special emacs executable is built from Lisp sources, which is then
 ### used to compile Lisp files.  The last step is a "normal" make.
 
-bootstrap: clean
+bootstrap: clean bootstrap-lisp-1 bootstrap-src bootstrap-lisp clean all info
+
+bootstrap-lisp-1:
        (cd lisp; $(MAKE) $(MFLAGS) bootstrap-clean)
-       (cd src; $(MAKE) $(MFLAGS) bootstrap)
+
+bootstrap-lisp:
        -(cd lisp; $(MAKE) $(MFLAGS) bootstrap EMACS=../src/bootstrap-emacs)
-       $(MAKE) $(MFLAGS) clean
-       $(MAKE) $(MFLAGS)
 
+bootstrap-src:
+       (cd src; $(MAKE) $(MFLAGS) bootstrap)