]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert previous change.
authorGlenn Morris <rgm@gnu.org>
Fri, 21 May 2010 01:39:21 +0000 (18:39 -0700)
committerGlenn Morris <rgm@gnu.org>
Fri, 21 May 2010 01:39:21 +0000 (18:39 -0700)
I misunderstood EXEEXT (I don't think it can be working though).

src/ChangeLog
src/Makefile.in

index 3d17e7a60e3bec92404037d5c7022facfe362c0b..d74fb712e6d34daf462db69dc327139b7095863d 100644 (file)
@@ -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.
index 333f05f8d20005f1867840e1ce63d5e8432b03a7..091cd9fc2e819bda3cc757df0031f7e2bb688e6b 100644 (file)
@@ -649,13 +649,13 @@ buildobj.h: Makefile
 
 #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 @@ doc.o: buildobj.h
 
 
 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