diff Makefile.in @ 114:8619ce7e4c50 r20-1b9

Import from CVS: tag r20-1b9
author cvs
date Mon, 13 Aug 2007 09:21:54 +0200
parents 360340f9fd5f
children 7d55a9ba150c
line wrap: on
line diff
--- a/Makefile.in	Mon Aug 13 09:20:50 2007 +0200
+++ b/Makefile.in	Mon Aug 13 09:21:54 2007 +0200
@@ -230,7 +230,7 @@
 # Build XEmacs and recompile out-of-date and missing .elc files along
 # the way.
 all-elc all-elcs:  src/paths.h src/Emacs.ad.h lib-src lwlib dump-elcs src
-	sh ${srcdir}/lib-src/update-elc.sh
+	MAKE='$(MAKE)' sh ${srcdir}/lib-src/update-elc.sh
 
 # Sub-target for all-elc.
 dump-elc dump-elcs:  FRC.dump-elcs
@@ -238,7 +238,7 @@
 		CC='${CC}' CFLAGS='${CFLAGS}' MAKE='${MAKE}'
 
 autoloads:	src
-	sh ${srcdir}/lib-src/update-autoloads.sh
+	MAKE='$(MAKE)' sh ${srcdir}/lib-src/update-autoloads.sh
 
 # We force the rebuilding of src/paths.h because the user might give
 # different values for the various directories.  Since we use
@@ -502,7 +502,7 @@
 ###      `make distclean' should leave only the files that were in the
 ###      distribution.
 top_distclean=\
-	rm -f config.status config-tmp-* build-install ; \
+	rm -f config.status config-tmp-* build-install Installation ; \
 	rm -f Makefile ${SUBDIR_MAKEFILES}; \
 	(cd lock && rm -f *)