aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy1993-06-16 23:50:05 +0000
committerJim Blandy1993-06-16 23:50:05 +0000
commita84281e72481f3ad24a33d6013e5631541464bc5 (patch)
tree6ddfc75a95a27121a98d48c27b7dd12b6fada837 /src
parente1c9dcf88387efb52491db9fae1ba780fc6b2c81 (diff)
downloademacs-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.in1
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
10CC=cc 10CC=cc
11CPP=cc -E
11CFLAGS=-g 12CFLAGS=-g
12srcdir=@srcdir@/src 13srcdir=@srcdir@/src
13VPATH=@srcdir@/src 14VPATH=@srcdir@/src