diff options
Diffstat (limited to 'src')
| -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: |