Mercurial > emacs
changeset 3158:665ae1c5c3b3
* Makefile.in (${SUBDIR}): Pass the value of the make variable to
subdirectory makes.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Thu, 27 May 1993 02:27:22 +0000 |
parents | 84825e357019 |
children | f877f11c8f20 |
files | Makefile.in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in Thu May 27 02:12:20 1993 +0000 +++ b/Makefile.in Thu May 27 02:27:22 1993 +0000 @@ -236,8 +236,8 @@ ${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