diff options
| author | Jim Blandy | 1993-06-16 23:50:05 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-06-16 23:50:05 +0000 |
| commit | a84281e72481f3ad24a33d6013e5631541464bc5 (patch) | |
| tree | 6ddfc75a95a27121a98d48c27b7dd12b6fada837 /src | |
| parent | e1c9dcf88387efb52491db9fae1ba780fc6b2c81 (diff) | |
| download | emacs-a84281e72481f3ad24a33d6013e5631541464bc5.tar.gz emacs-a84281e72481f3ad24a33d6013e5631541464bc5.zip | |
* Makefile.in (CPP): New variable, set by the top-level Makefile.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index ffeb640bec9..4092005e8f1 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -8,6 +8,7 @@ MAKE = make | |||
| 8 | # ==================== Things `configure' might edit ==================== | 8 | # ==================== Things `configure' might edit ==================== |
| 9 | 9 | ||
| 10 | CC=cc | 10 | CC=cc |
| 11 | CPP=cc -E | ||
| 11 | CFLAGS=-g | 12 | CFLAGS=-g |
| 12 | srcdir=@srcdir@/src | 13 | srcdir=@srcdir@/src |
| 13 | VPATH=@srcdir@/src | 14 | VPATH=@srcdir@/src |