diff options
| author | Richard M. Stallman | 1991-02-04 04:26:35 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1991-02-04 04:26:35 +0000 |
| commit | 5627d72e884c39e033dc402205cf23e213c112fa (patch) | |
| tree | c6004a1d934f1333e7799494ff42f7d65fa8606c | |
| parent | 4d3a2554a77a31f180538b38bf1d3151c3ffc539 (diff) | |
| download | emacs-5627d72e884c39e033dc402205cf23e213c112fa.tar.gz emacs-5627d72e884c39e033dc402205cf23e213c112fa.zip | |
*** empty log message ***
| -rw-r--r-- | src/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 2b4c362a7a4..dfc51a0ec29 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -5,6 +5,9 @@ CC = gcc | |||
| 5 | CPP = $(CC) -E | 5 | CPP = $(CC) -E |
| 6 | #Note: an alternative is CPP = /lib/cpp | 6 | #Note: an alternative is CPP = /lib/cpp |
| 7 | 7 | ||
| 8 | # Just to avoid uncertainty. | ||
| 9 | SHELL = /bin/sh | ||
| 10 | |||
| 8 | all: xmakefile doall | 11 | all: xmakefile doall |
| 9 | 12 | ||
| 10 | doall: | 13 | doall: |