From: Glenn Morris Date: Wed, 25 May 2011 07:13:57 +0000 (-0700) Subject: * lib-src/Makefile.in (all, clean): Use $EXE_FILES. X-Git-Tag: emacs-pretest-24.0.90~104^2~618^2~164 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=497c74cdc941776bfa6f736e74d7bc24934b9d75;p=emacs.git * lib-src/Makefile.in (all, clean): Use $EXE_FILES. --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index d404518c077..f7ddd8f0eb2 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -5,6 +5,7 @@ (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. diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 2b9ef010e5e..f619febbb2b 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -178,7 +178,7 @@ CPP_CFLAGS = ${BASE_CFLAGS} ${PROFILING_CFLAGS} ${CPPFLAGS} ${CFLAGS} 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. @@ -275,7 +275,7 @@ mostlyclean: -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