diff options
| author | Dave Love | 2000-12-05 17:02:50 +0000 |
|---|---|---|
| committer | Dave Love | 2000-12-05 17:02:50 +0000 |
| commit | 5c62b2e97a406a7d05a3bfddd49b091791efaec0 (patch) | |
| tree | cafbe7ed52d85c0de009545948a2f4f35a6793ba /Makefile.in | |
| parent | 8a4f36cc75c9a66508f06a5cff393c2d993f9e25 (diff) | |
| download | emacs-5c62b2e97a406a7d05a3bfddd49b091791efaec0.tar.gz emacs-5c62b2e97a406a7d05a3bfddd49b091791efaec0.zip | |
(TAGS, info): Avoid tab-prefixed comments in rules.
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/Makefile.in b/Makefile.in index 17a00af4f75..d65e40fec5c 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -603,9 +603,10 @@ relock: | |||
| 603 | (cd lwlib; chmod u+w *.[ch] Makefile README) | 603 | (cd lwlib; chmod u+w *.[ch] Makefile README) |
| 604 | (cd src; $(MAKE) $(MFLAGS) relock) | 604 | (cd src; $(MAKE) $(MFLAGS) relock) |
| 605 | 605 | ||
| 606 | TAGS tags: lib-src src | 606 | # The src subdir knows how to do the right thing |
| 607 | # The src subdir knows how to do the right thing | 607 | # even when the build directory and source dir are different. |
| 608 | # even when the build directory and source dir are different. | 608 | TAGS tags: |
| 609 | lib-src src | ||
| 609 | cd src; $(MAKE) tags | 610 | cd src; $(MAKE) tags |
| 610 | 611 | ||
| 611 | check: | 612 | check: |
| @@ -616,10 +617,10 @@ dist: | |||
| 616 | 617 | ||
| 617 | .PHONY: info dvi dist check html | 618 | .PHONY: info dvi dist check html |
| 618 | force-info: | 619 | force-info: |
| 620 | # Note that man/Makefile knows how to | ||
| 621 | # put the info files in $(srcdir), | ||
| 622 | # so we can do ok running make in the build dir. | ||
| 619 | info: force-info | 623 | info: force-info |
| 620 | # Note that man/Makefile knows how to | ||
| 621 | # put the info files in $(srcdir), | ||
| 622 | # so we can do ok running make in the build dir. | ||
| 623 | (cd man; $(MAKE) $(MFLAGS) info) | 624 | (cd man; $(MAKE) $(MFLAGS) info) |
| 624 | dvi: | 625 | dvi: |
| 625 | (cd man; $(MAKE) $(MFLAGS) dvi) | 626 | (cd man; $(MAKE) $(MFLAGS) dvi) |