summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-03-12 06:11:27 +0000
committerRichard M. Stallman <rms@gnu.org>1995-03-12 06:11:27 +0000
commitfc1b523914c32db4018e940d08ffcfefb1f1b8d8 (patch)
treee979a51735fb12ec5667bc0f28cbefa0a730d050 /Makefile.in
parent2c10825a577a7522e4157050ec7c56a4d0b2fe9a (diff)
downloademacs-fc1b523914c32db4018e940d08ffcfefb1f1b8d8.tar.gz
(blessmail): Pass archlibdir to the sub-make.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 11428a3fc4e..e8f80270862 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -257,7 +257,8 @@ ${SUBDIR}: ${SUBDIR_MAKEFILES} FRC
LDFLAGS='${LDFLAGS}' MAKE='${MAKE}'
blessmail: ${SUBDIR_MAKEFILES} src FRC
- cd lib-src; $(MAKE) maybe-blessmail $(MFLAGS) MAKE='${MAKE}'
+ cd lib-src; $(MAKE) maybe-blessmail $(MFLAGS) \
+ MAKE='${MAKE}' archlibdir='$(archlibdir)'
Makefile: Makefile.in config.status
./config.status