Mercurial > emacs
changeset 108736:a9f1ce208572
Revert previous change.
I misunderstood EXEEXT (I don't think it can be working though).
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 20 May 2010 18:39:21 -0700 |
parents | b8ff723fdfdd |
children | 6190feb00438 |
files | src/ChangeLog src/Makefile.in |
diffstat | 2 files changed, 3 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Thu May 20 18:31:13 2010 -0700 +++ b/src/ChangeLog Thu May 20 18:39:21 2010 -0700 @@ -1,8 +1,5 @@ 2010-05-21 Glenn Morris <rgm@gnu.org> - * Makefile.in (temacs${EXEEXT}, prefix-args, mostlyclean): - prefix-args neither gets nor needs the $EXEEXT extension. - * Makefile.in (${ns_appdir}, ${ns_appbindir}Emacs, ns-app): Move these rules to ns.mk. * ns.mk: New file.
--- a/src/Makefile.in Thu May 20 18:31:13 2010 -0700 +++ b/src/Makefile.in Thu May 20 18:39:21 2010 -0700 @@ -649,13 +649,13 @@ #define YMF_PASS_LDFLAGS(flags) @YMF_PASS_LDFLAGS@ -temacs${EXEEXT}: $(START_FILES) stamp-oldxmenu ${obj} ${otherobj} prefix-args +temacs${EXEEXT}: $(START_FILES) stamp-oldxmenu ${obj} ${otherobj} prefix-args${EXEEXT} $(LD) YMF_PASS_LDFLAGS ( ${TEMACS_LDFLAGS} \ ${NS_IMPL_GNUSTEP_TEMACS_LDFLAGS} ) \ ${TEMACS_LDFLAGS2} \ -o temacs ${START_FILES} ${obj} ${otherobj} ${LIBES} -prefix-args: prefix-args.o $(config_h) +prefix-args${EXEEXT}: prefix-args.o $(config_h) $(CC) $(LDFLAGS) prefix-args.o -o prefix-args @@ -705,7 +705,7 @@ mostlyclean: - rm -f temacs${EXEEXT} prefix-args core *.core \#* *.o libXMenu11.a liblw.a + rm -f temacs${EXEEXT} prefix-args${EXEEXT} core *.core \#* *.o libXMenu11.a liblw.a rm -f ../etc/DOC rm -f bootstrap-emacs${EXEEXT} emacs-${version}${EXEEXT} rm -f buildobj.h