(stamp-rcs2log, stamp-rcs-checkin, stamp-grep-changelog, stamp-vcdiff):
Use $insrcdir to suppress unaesthetic ignored errors.
(clean): Simplify list of things to delete.
+ (all, clean): Use $EXE_FILES.
* Makefile.in (movemail${EXEEXT}): Build in one step, not via .o file.
LOADLIBES = ../lib/libgnu.a $(LIBS_SYSTEM)
$(EXE_FILES): ../lib/libgnu.a
-all: ${DONT_INSTALL} ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS} ${STAMP_INST_SCRIPTS} ${STAMP_SCRIPTS}
+all: ${EXE_FILES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS} ${STAMP_INST_SCRIPTS} ${STAMP_SCRIPTS}
## These targets copy the scripts into the build directory so that
## they can be run from there in an uninstalled Emacs.
-rm -f core *.o
clean: mostlyclean
- -rm -f ${INSTALLABLES} ${UTILITIES} ${DONT_INSTALL}
+ -rm -f ${EXE_FILES}
-rm -f ${STAMP_INST_SCRIPTS} ${STAMP_SCRIPTS}
distclean: clean