]> git.eshelyaron.com Git - emacs.git/commitdiff
(top_distclean): Don't rm build-install.
authorRichard M. Stallman <rms@gnu.org>
Thu, 13 Oct 1994 04:04:30 +0000 (04:04 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 13 Oct 1994 04:04:30 +0000 (04:04 +0000)
(SOURCES): Delete build-install.in.

Makefile.in

index 3812aa095ad6745f3ef2178d07d4c0468ae349e3..716b836183d0750e84794fd3ffa865cccc0779fe 100644 (file)
@@ -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