diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index c9147d08bcf..60aa6866718 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -624,14 +624,10 @@ $(oldXMenudir)/libXMenu11.a: FORCE | |||
| 624 | FORCE: | 624 | FORCE: |
| 625 | .PHONY: FORCE | 625 | .PHONY: FORCE |
| 626 | 626 | ||
| 627 | AUTOCONF_INPUTS = $(top_srcdir)/configure.ac $(top_srcdir)/m4/*.m4 | ||
| 628 | $(top_srcdir)/configure config.in: $(AUTOCONF_INPUTS) | ||
| 629 | .PRECIOUS: ../config.status Makefile | 627 | .PRECIOUS: ../config.status Makefile |
| 630 | ../config.status: $(top_srcdir)/configure $(top_srcdir)/lisp/version.el | 628 | ../config.status: $(top_srcdir)/configure.ac $(top_srcdir)/m4/*.m4 |
| 631 | Makefile: ../config.status $(srcdir)/Makefile.in | ||
| 632 | $(top_srcdir)/configure ../config.status: | ||
| 633 | $(MAKE) -C .. $(notdir $@) | 629 | $(MAKE) -C .. $(notdir $@) |
| 634 | config.in Makefile: | 630 | Makefile: ../config.status $(srcdir)/Makefile.in |
| 635 | $(MAKE) -C .. src/$@ | 631 | $(MAKE) -C .. src/$@ |
| 636 | 632 | ||
| 637 | doc.o: buildobj.h | 633 | doc.o: buildobj.h |
| @@ -661,7 +657,7 @@ clean: mostlyclean | |||
| 661 | ## It should remove all files generated during a compilation/bootstrap, | 657 | ## It should remove all files generated during a compilation/bootstrap, |
| 662 | ## but not things like config.status or TAGS. | 658 | ## but not things like config.status or TAGS. |
| 663 | bootstrap-clean: clean | 659 | bootstrap-clean: clean |
| 664 | rm -f epaths.h config.h config.stamp stamp-h1 | 660 | rm -f epaths.h config.h config.stamp |
| 665 | if test -f ./.gdbinit; then \ | 661 | if test -f ./.gdbinit; then \ |
| 666 | mv ./.gdbinit ./.gdbinit.save; \ | 662 | mv ./.gdbinit ./.gdbinit.save; \ |
| 667 | if test -f "$(srcdir)/.gdbinit"; then rm -f ./.gdbinit.save; \ | 663 | if test -f "$(srcdir)/.gdbinit"; then rm -f ./.gdbinit.save; \ |