]> code.delx.au - gnu-emacs/blobdiff - src/Makefile.in
* pcomplete.el (pcomplete-comint-setup): Check for
[gnu-emacs] / src / Makefile.in
index 14f0c8a51fa5bb9b647a2fca62a080169dbc869e..425cf98f9227e62c3a1d4f237ce02622d9246533 100644 (file)
@@ -868,6 +868,7 @@ SOME_MACHINE_LISP = ../lisp/mouse.elc \
   ../lisp/international/ccl.elc \
   ../lisp/international/fontset.elc \
   ../lisp/mouse.elc \
+  ../lisp/term/common-win.elc \
   ../lisp/term/x-win.elc \
   ../lisp/term/pc-win.elc \
   ../lisp/term/ns-win.elc
@@ -1312,8 +1313,8 @@ extraclean: distclean
 /* Arrange to make a tags table TAGS-LISP for ../lisp,
    plus TAGS for the C files, which includes ../lisp/TAGS by reference.  */
 
-ctagsfiles1 = [xyzXYZ]*.[hc]
-ctagsfiles2 = [a-wA-W]*.[hc]
+ctagsfiles1 = [xyzXYZ]*.[hcm]
+ctagsfiles2 = [a-wA-W]*.[hcm]
 
 TAGS: $(srcdir)/$(ctagsfiles1) $(srcdir)/$(ctagsfiles2)
        ../lib-src/etags --include=TAGS-LISP --include=${lwlibdir}/TAGS \