diff options
| author | Richard M. Stallman | 1994-10-13 04:04:30 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-10-13 04:04:30 +0000 |
| commit | 24470d727b19592c55fa5680ced801532add9132 (patch) | |
| tree | 8f05e6189c670d15c95de9f8d067376856f6afd3 | |
| parent | ac4eff2df3e5f4656714d808669d7a32a052b682 (diff) | |
| download | emacs-24470d727b19592c55fa5680ced801532add9132.tar.gz emacs-24470d727b19592c55fa5680ced801532add9132.zip | |
(top_distclean): Don't rm build-install.
(SOURCES): Delete build-install.in.
| -rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 3812aa095ad..716b836183d 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -427,7 +427,7 @@ clean: FRC | |||
| 427 | ### `make distclean' should leave only the files that were in the | 427 | ### `make distclean' should leave only the files that were in the |
| 428 | ### distribution. | 428 | ### distribution. |
| 429 | top_distclean=\ | 429 | top_distclean=\ |
| 430 | rm -f config.status build-install ; \ | 430 | rm -f config.status ; \ |
| 431 | rm -f Makefile ${SUBDIR_MAKEFILES} ; \ | 431 | rm -f Makefile ${SUBDIR_MAKEFILES} ; \ |
| 432 | (cd lock ; rm -f *) | 432 | (cd lock ; rm -f *) |
| 433 | distclean: FRC | 433 | distclean: FRC |
| @@ -479,7 +479,7 @@ extraclean: | |||
| 479 | ### and VC will swiftly let you know if this happens, and it is easily | 479 | ### and VC will swiftly let you know if this happens, and it is easily |
| 480 | ### corrected. | 480 | ### corrected. |
| 481 | SOURCES = ChangeLog GETTING.GNU.SOFTWARE INSTALL Makefile.in PROBLEMS \ | 481 | SOURCES = ChangeLog GETTING.GNU.SOFTWARE INSTALL Makefile.in PROBLEMS \ |
| 482 | README build-install.in configure make-dist move-if-change | 482 | README configure make-dist move-if-change |
| 483 | 483 | ||
| 484 | .PHONY: unlock relock | 484 | .PHONY: unlock relock |
| 485 | 485 | ||