Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f6190d46
Commit
f6190d46
authored
Oct 30, 1995
by
Richard M. Stallman
Browse files
(prefix-args): Use LDFLAGS, not ALL_LDFLAGS.
parent
1337cb42
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
src/Makefile.in
src/Makefile.in
+5
-2
No files found.
src/Makefile.in
View file @
f6190d46
...
...
@@ -714,8 +714,11 @@ temacs: MAKE_PARALLEL $(LOCALCPP) $(SHORT) $(STARTFILES) $(OLDXMENU) ${obj} ${ot
-o
temacs
${STARTFILES}
${obj}
${otherobj}
\
OBJECTS_SYSTEM OBJECTS_MACHINE
${LIBES}
/*
We
don
't use ALL_LDFLAGS because LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
often contain options that have to do with using Emacs'
s
crt0,
which
are
only
good
with
temacs.
*/
prefix-args
:
prefix-args.c $(config_h)
$(CC)
$(ALL_CFLAGS)
$(
ALL_
LDFLAGS)
${srcdir}
/prefix-args.c
-o
prefix-args
$(CC)
$(ALL_CFLAGS)
$(LDFLAGS)
${srcdir}
/prefix-args.c
-o
prefix-args
/*
These
are
needed
for
C
compilation,
on
the
systems
that
need
them
*/
#ifdef NEED_CPP
...
...
@@ -1003,7 +1006,7 @@ relock:
ctagsfiles
=
[
a-zA-Z]
*
.[hc]
lisptagsfiles
=
../lisp/[a-zA-Z]
*
.el
TAGS
:
$(ctagsfiles)
export
DIR
=
`
pwd
`
;
cd
${srcdir}
;
\
export
DIR
;
DIR
=
`
pwd
`
;
cd
${srcdir}
;
\
$$
DIR/../lib-src/etags
--include
=
../lisp/TAGS
\
--regex
=
'/[ ]*DEFVAR_[A-Z_ (]+"\([^"]+\)"/'
$(ctagsfiles)
${lispsource}TAGS
:
${lispsource}$(lisptagsfiles)
...
...
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