From: Richard M. Stallman Date: Sun, 12 Mar 1995 06:11:27 +0000 (+0000) Subject: (blessmail): Pass archlibdir to the sub-make. X-Git-Tag: emacs-19.34~4889 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=df8bde8ba52f1a13f049fa6fd57ebb6f753f9016;p=emacs.git (blessmail): Pass archlibdir to the sub-make. --- 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