diff options
author | Jim Blandy <jimb@redhat.com> | 1993-06-16 23:50:05 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-06-16 23:50:05 +0000 |
commit | a84281e72481f3ad24a33d6013e5631541464bc5 (patch) | |
tree | 6ddfc75a95a27121a98d48c27b7dd12b6fada837 /src/Makefile.in | |
parent | e1c9dcf88387efb52491db9fae1ba780fc6b2c81 (diff) | |
download | emacs-a84281e72481f3ad24a33d6013e5631541464bc5.tar.gz |
* Makefile.in (CPP): New variable, set by the top-level Makefile.
Diffstat (limited to 'src/Makefile.in')
-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 # ==================== Things `configure' might edit ==================== CC=cc +CPP=cc -E CFLAGS=-g srcdir=@srcdir@/src VPATH=@srcdir@/src |