diff options
| author | Jim Blandy | 1993-05-27 02:27:22 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-05-27 02:27:22 +0000 |
| commit | 4736b17e0b96dca562c35ee7d8df873c46b678bc (patch) | |
| tree | 1c5d11e40c4637f15691761c1aaee896faf8302c | |
| parent | 50b8cf60325f92026d3fc768a433a5579c642df2 (diff) | |
| download | emacs-4736b17e0b96dca562c35ee7d8df873c46b678bc.tar.gz emacs-4736b17e0b96dca562c35ee7d8df873c46b678bc.zip | |
* Makefile.in (${SUBDIR}): Pass the value of the make variable to
subdirectory makes.
| -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 | |||
| 236 | 236 | ||
| 237 | ${SUBDIR}: ${SUBDIR_MAKEFILES} FRC | 237 | ${SUBDIR}: ${SUBDIR_MAKEFILES} FRC |
| 238 | cd $@; $(MAKE) all ${MFLAGS} \ | 238 | cd $@; $(MAKE) all ${MFLAGS} \ |
| 239 | CC='${CC}' CFLAGS='${CFLAGS}' prefix='${prefix}' \ | 239 | CC='${CC}' CFLAGS='${CFLAGS}' MAKE='${MAKE}' \ |
| 240 | srcdir='${srcdir}/$@' libdir='${libdir}' | 240 | prefix='${prefix}' srcdir='${srcdir}/$@' libdir='${libdir}' |
| 241 | 241 | ||
| 242 | ## We build the makefiles for the subdirectories here so that we can | 242 | ## We build the makefiles for the subdirectories here so that we can |
| 243 | ## edit the values for the path variables into them. This means that | 243 | ## edit the values for the path variables into them. This means that |