mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* src/Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
This commit is contained in:
parent
7541dad5ce
commit
7ca1f3f981
2 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2010-05-16 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
|
||||
|
||||
* Makefile.in (clean): Get rid of HAVE_NS conditional.
|
||||
|
||||
* Makefile.in (ns_appdir, ns_appbindir): Now configure adds the
|
||||
|
|
|
|||
|
|
@ -999,13 +999,14 @@ ${ns_appdir}: ${ns_appsrc}
|
|||
rm -fr ${ns_appdir}
|
||||
mkdir -p ${ns_appdir}
|
||||
( cd ${ns_appsrc} ; tar cfh - . ) | ( cd ${ns_appdir} ; umask 022; tar xf - )
|
||||
#endif /* HAVE_NS */
|
||||
|
||||
/* These are only used if HAVE_NS, but no harm in always defining them. */
|
||||
${ns_appbindir}Emacs: emacs${EXEEXT}
|
||||
mkdir -p ${ns_appbindir}
|
||||
cp -f emacs${EXEEXT} ${ns_appbindir}Emacs
|
||||
|
||||
ns-app: ${ns_appdir} ${ns_appbindir}Emacs
|
||||
#endif /* HAVE_NS */
|
||||
|
||||
mostlyclean:
|
||||
rm -f temacs${EXEEXT} prefix-args${EXEEXT} core *.core \#* *.o libXMenu11.a liblw.a
|
||||
|
|
|
|||
Loading…
Reference in a new issue