# HG changeset patch # User Richard M. Stallman # Date 827555129 0 # Node ID 71003bb1b0053fd46b265a3636acf4204fb42c24 # Parent b0d0cd9b5905bd7a342499f19952f8f7843864ea (install-strip): Get rid of continuation. diff -r b0d0cd9b5905 -r 71003bb1b005 Makefile.in --- a/Makefile.in Fri Mar 22 22:06:10 1996 +0000 +++ b/Makefile.in Sat Mar 23 04:25:29 1996 +0000 @@ -390,8 +390,7 @@ ### 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,