# HG changeset patch # User Jim Blandy # Date 738469642 0 # Node ID 665ae1c5c3b3c1420f52c7df3c3cf59224301ada # Parent 84825e35701983c41a3189ab09769519d3b52467 * Makefile.in (${SUBDIR}): Pass the value of the make variable to subdirectory makes. diff -r 84825e357019 -r 665ae1c5c3b3 Makefile.in --- 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