# HG changeset patch # User Jim Blandy # Date 721873976 0 # Node ID 447d89e51c6e788c547852f351968844ccf2114f # Parent fed9a9ee51562bb3e67f5de3ba35f54f5a501508 * Makefile.in (doxemacs, dotemacs): Explicitly pass along the CC variable in these rules, just as in the `doall' rule. diff -r fed9a9ee5156 -r 447d89e51c6e src/=Makefile.in --- a/src/=Makefile.in Mon Nov 16 00:31:04 1992 +0000 +++ b/src/=Makefile.in Mon Nov 16 00:32:56 1992 +0000 @@ -28,12 +28,12 @@ xemacs: doxemacs doxemacs: xmakefile - $(MAKE) -f xmakefile ${MFLAGS} xemacs + $(MAKE) CC='${CC}' -f xmakefile ${MFLAGS} xemacs temacs: dotemacs dotemacs: xmakefile - $(MAKE) -f xmakefile ${MFLAGS} temacs + $(MAKE) CC='${CC}' -f xmakefile ${MFLAGS} temacs # If you have a problem with cc -E here, changing # the definition of CPP above may fix it.