diff options
| author | Richard M. Stallman | 1996-03-22 20:53:20 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-03-22 20:53:20 +0000 |
| commit | 2be2d71d64bad1e6d0cc3ac3e5e2b4bb1cc2e7b4 (patch) | |
| tree | b4ed1089b2c18bd478f139d1a923b4af95ca81c8 | |
| parent | f5ecf0c90362f451a86d6127366cf950c724b95b (diff) | |
| download | emacs-2be2d71d64bad1e6d0cc3ac3e5e2b4bb1cc2e7b4.tar.gz emacs-2be2d71d64bad1e6d0cc3ac3e5e2b4bb1cc2e7b4.zip | |
(install-strip): Fix whitespace.
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 106e6862a56..144267f52fb 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -390,7 +390,7 @@ install-arch-indep: mkdir | |||
| 390 | 390 | ||
| 391 | ### Build Emacs and install it, stripping binaries while installing them. | 391 | ### Build Emacs and install it, stripping binaries while installing them. |
| 392 | install-strip: | 392 | install-strip: |
| 393 | $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' \ | 393 | $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' \ |
| 394 | install | 394 | install |
| 395 | 395 | ||
| 396 | ### Build all the directories we're going to install Emacs in. Since | 396 | ### Build all the directories we're going to install Emacs in. Since |