From b9440f7e80269d37a2cebfc477b0596e2c733379 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 23 Mar 1996 04:25:29 +0000 Subject: [PATCH] (install-strip): Get rid of continuation. --- Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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, -- 2.39.2