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
f412b180
Commit
f412b180
authored
Aug 28, 2008
by
Chong Yidong
Browse files
Revert (undocumented) 2008-08-20 change adding LDFLAGS to GNUstep CC invocation.
parent
558f81af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/Makefile.in
src/Makefile.in
+1
-1
No files found.
src/Makefile.in
View file @
f412b180
...
...
@@ -940,7 +940,7 @@ temacs${EXEEXT}: $(LOCALCPP) $(STARTFILES) stamp-oldxmenu ${obj} ${otherobj} OBJ
echo
"
${obj}
${otherobj}
"
OBJECTS_MACHINE
>
buildobj.lst
#ifdef NS_IMPL_GNUSTEP
$(CC)
-rdynamic
YMF_PASS_LDFLAGS
(
${TEMACS_LDFLAGS}
\
-L@GNUSTEP_SYSTEM_LIBRARIES@
$(LDFLAGS)
-lgnustep-gui
-lgnustep-base
\
-L@GNUSTEP_SYSTEM_LIBRARIES@
-lgnustep-gui
-lgnustep-base
\
-lobjc
$(CONFIG_SYSTEM_LIBS)
-lpthread
)
-o
temacs
\
${obj}
${otherobj}
OBJECTS_MACHINE
${LIBES}
#else
...
...
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