Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a2d3af1c
Commit
a2d3af1c
authored
Aug 21, 2008
by
Adrian Robert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (temacs): Add plain LDFLAGS to GNUstep CC invocation.
parent
8a423eff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
src/Makefile.in
src/Makefile.in
+4
-1
No files found.
src/Makefile.in
View file @
a2d3af1c
...
...
@@ -938,7 +938,10 @@ ${libsrc}make-docfile${EXEEXT}:
temacs${EXEEXT}
:
$(LOCALCPP) $(STARTFILES) stamp-oldxmenu ${obj} ${otherobj} OBJECTS_MACHINE prefix-args${EXEEXT}
echo
"
${obj}
${otherobj}
"
OBJECTS_MACHINE
>
buildobj.lst
#ifdef NS_IMPL_GNUSTEP
$(CC)
-rdynamic
YMF_PASS_LDFLAGS
(${TEMACS_LDFLAGS}
-lgnustep-gui
-lgnustep-base
-lobjc
$(CONFIG_SYSTEM_LIBS)
-lpthread
)
-o
temacs
${obj}
${otherobj}
OBJECTS_MACHINE
${LIBES}
$(CC)
-rdynamic
YMF_PASS_LDFLAGS
(
${TEMACS_LDFLAGS}
\
$(LDFLAGS)
-lgnustep-gui
-lgnustep-base
\
-lobjc
$(CONFIG_SYSTEM_LIBS)
-lpthread
)
-o
temacs
\
${obj}
${otherobj}
OBJECTS_MACHINE
${LIBES}
#else
$(LD)
YMF_PASS_LDFLAGS
(${STARTFLAGS}
${TEMACS_LDFLAGS})
$(LDFLAGS)
\
-o
temacs
${STARTFILES}
${obj}
${otherobj}
\
...
...
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