]> code.delx.au - gnu-emacs/commitdiff
(TAGS, info): Avoid tab-prefixed comments in rules.
authorDave Love <fx@gnu.org>
Tue, 5 Dec 2000 17:02:50 +0000 (17:02 +0000)
committerDave Love <fx@gnu.org>
Tue, 5 Dec 2000 17:02:50 +0000 (17:02 +0000)
ChangeLog
Makefile.in

index abc2c15340655ddbecc3b60699da23c5fd5f4a8a..aa048dfaf4ed93561297464522c7f7229c26a4d1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-12-05  Dave Love  <fx@gnu.org>
+
+       * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
+
 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * info/dir: Change the category to "Emacs".
index 17a00af4f759c0e0a3ec1f0ad31e4934a0192c91..d65e40fec5c24924e4baf1b838915e187f3c4ce0 100644 (file)
@@ -603,9 +603,10 @@ relock:
        (cd lwlib; chmod u+w *.[ch] Makefile README)
        (cd src; $(MAKE) $(MFLAGS) relock)
 
-TAGS tags:     lib-src src
-       # The src subdir knows how to do the right thing
-       # even when the build directory and source dir are different.
+# The src subdir knows how to do the right thing
+# even when the build directory and source dir are different.
+TAGS tags:
+       lib-src src
        cd src; $(MAKE) tags
 
 check:
@@ -616,10 +617,10 @@ dist:
 
 .PHONY: info dvi dist check html
 force-info:
+# Note that man/Makefile knows how to
+# put the info files in $(srcdir),
+# so we can do ok running make in the build dir.
 info: force-info
-       # Note that man/Makefile knows how to
-       # put the info files in $(srcdir),
-       # so we can do ok running make in the build dir.
        (cd man; $(MAKE) $(MFLAGS) info)
 dvi:
        (cd man; $(MAKE) $(MFLAGS) dvi)