diff options
author | Richard M. Stallman <rms@gnu.org> | 1991-02-04 04:26:35 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1991-02-04 04:26:35 +0000 |
commit | b66a1a6898f22380280be056622efe566f8002bf (patch) | |
tree | 5f035b288e8ffd6c9ed8489a92362c854ffaa3d3 /src/=Makefile.in | |
parent | 2ab7d432d32a014d132b42132abcddcc4e6f1e59 (diff) | |
download | emacs-b66a1a6898f22380280be056622efe566f8002bf.tar.gz |
*** empty log message ***
Diffstat (limited to 'src/=Makefile.in')
-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 CPP = $(CC) -E #Note: an alternative is CPP = /lib/cpp +# Just to avoid uncertainty. +SHELL = /bin/sh + all: xmakefile doall doall: |