]> code.delx.au - gnu-emacs/commitdiff
* Makefile.in (${SUBDIR}): Pass the value of the make variable to
authorJim Blandy <jimb@redhat.com>
Thu, 27 May 1993 02:27:22 +0000 (02:27 +0000)
committerJim Blandy <jimb@redhat.com>
Thu, 27 May 1993 02:27:22 +0000 (02:27 +0000)
subdirectory makes.

Makefile.in

index 83c27e01a1f78b26bd9f8dae7d5695bd9cc9718c..8b1371d04055e7917bc597d5dd40fac7a4a9e6a8 100644 (file)
@@ -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