summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-10-13 04:04:30 +0000
committerRichard M. Stallman <rms@gnu.org>1994-10-13 04:04:30 +0000
commit310bbdbb112a2ed0917e2f093f156bf07ad38306 (patch)
tree631cbe583c0f32c7821a08fc42c2c7eabf841ef8 /Makefile.in
parenta7ad0f8a130dc4e1ab38e6cf7dd7f77391b6d802 (diff)
downloademacs-310bbdbb112a2ed0917e2f093f156bf07ad38306.tar.gz
(top_distclean): Don't rm build-install.
(SOURCES): Delete build-install.in.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
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
### `make distclean' should leave only the files that were in the
### distribution.
top_distclean=\
- rm -f config.status build-install ; \
+ rm -f config.status ; \
rm -f Makefile ${SUBDIR_MAKEFILES} ; \
(cd lock ; rm -f *)
distclean: FRC
@@ -479,7 +479,7 @@ extraclean:
### and VC will swiftly let you know if this happens, and it is easily
### corrected.
SOURCES = ChangeLog GETTING.GNU.SOFTWARE INSTALL Makefile.in PROBLEMS \
- README build-install.in configure make-dist move-if-change
+ README configure make-dist move-if-change
.PHONY: unlock relock