diff options
author | Jim Blandy <jimb@redhat.com> | 1993-05-27 02:27:22 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-05-27 02:27:22 +0000 |
commit | 4736b17e0b96dca562c35ee7d8df873c46b678bc (patch) | |
tree | 1c5d11e40c4637f15691761c1aaee896faf8302c /Makefile.in | |
parent | 50b8cf60325f92026d3fc768a433a5579c642df2 (diff) | |
download | emacs-4736b17e0b96dca562c35ee7d8df873c46b678bc.tar.gz |
* Makefile.in (${SUBDIR}): Pass the value of the make variable to
subdirectory makes.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 83c27e01a1f..8b1371d0405 100644 --- a/Makefile.in +++ b/Makefile.in @@ -236,8 +236,8 @@ src: lib-src ${SUBDIR}: ${SUBDIR_MAKEFILES} FRC cd $@; $(MAKE) all ${MFLAGS} \ - CC='${CC}' CFLAGS='${CFLAGS}' prefix='${prefix}' \ - srcdir='${srcdir}/$@' libdir='${libdir}' + CC='${CC}' CFLAGS='${CFLAGS}' MAKE='${MAKE}' \ + prefix='${prefix}' srcdir='${srcdir}/$@' libdir='${libdir}' ## We build the makefiles for the subdirectories here so that we can ## edit the values for the path variables into them. This means that |