Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7ca1f3f9
Commit
7ca1f3f9
authored
May 16, 2010
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* src/Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
parent
7541dad5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
src/ChangeLog
src/ChangeLog
+2
-0
src/Makefile.in
src/Makefile.in
+2
-1
No files found.
src/ChangeLog
View file @
7ca1f3f9
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
...
...
src/Makefile.in
View file @
7ca1f3f9
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment