From: Richard M. Stallman Date: Sat, 23 Mar 1996 04:25:29 +0000 (+0000) Subject: (install-strip): Get rid of continuation. X-Git-Tag: emacs-19.34~996 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b9440f7e80269d37a2cebfc477b0596e2c733379;p=emacs.git (install-strip): Get rid of continuation. --- diff --git a/Makefile.in b/Makefile.in index 144267f52fb..733133c5a2a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -390,8 +390,7 @@ install-arch-indep: mkdir ### Build Emacs and install it, stripping binaries while installing them. install-strip: - $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' \ - install + $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install ### Build all the directories we're going to install Emacs in. Since ### we may be creating several layers of directories (for example,