aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorAdrian Robert2008-08-06 16:18:35 +0000
committerAdrian Robert2008-08-06 16:18:35 +0000
commitf4494e843f7d54d1f0c4c7b64715261ee106f02a (patch)
treec98c6770f01f3caa31d92f8cd67c6fa086038b82 /lib-src
parent6c7244599712f323afaa080e4cba15ea04e0f0a4 (diff)
downloademacs-f4494e843f7d54d1f0c4c7b64715261ee106f02a.tar.gz
emacs-f4494e843f7d54d1f0c4c7b64715261ee106f02a.zip
* Makefile.in (CFLAGS): Drop -universal under NS_IMPL_COCOA. (.m.o): Dispense with GNUstep-specific flags.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog5
-rw-r--r--lib-src/Makefile.in6
2 files changed, 5 insertions, 6 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index fdf2082f37c..48a50a5fb43 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,8 @@
12008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
2
3 * Makefile.in (CFLAGS): Drop -universal under NS_IMPL_COCOA.
4 (.m.o): Dispense with GNUstep-specific flags.
5
12008-08-05 Ulrich Mueller <ulm@gentoo.org> 62008-08-05 Ulrich Mueller <ulm@gentoo.org>
2 7
3 * pop.c (socket_connection): Add conditionals for 8 * pop.c (socket_connection): Add conditionals for
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index 5f8e6d4fc60..70bb8111c02 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -145,8 +145,6 @@ MOVE_FLAGS=
145#include "../src/config.h" 145#include "../src/config.h"
146 146
147#if defined(NS_IMPL_COCOA) 147#if defined(NS_IMPL_COCOA)
148/* Build these programs as universal binaries. */
149CFLAGS := $(CFLAGS) -universal
150/* Add mac-fix-env for OS X systems running NS version. */ 148/* Add mac-fix-env for OS X systems running NS version. */
151INSTALLABLES = etags${EXEEXT} ctags${EXEEXT} emacsclient${EXEEXT} b2m${EXEEXT} ebrowse${EXEEXT} mac-fix-env${EXEEXT} 149INSTALLABLES = etags${EXEEXT} ctags${EXEEXT} emacsclient${EXEEXT} b2m${EXEEXT} ebrowse${EXEEXT} mac-fix-env${EXEEXT}
152#endif 150#endif
@@ -259,11 +257,7 @@ BASE_CFLAGS = C_SWITCH_SYSTEM C_SWITCH_MACHINE -DHAVE_CONFIG_H \
259 ${CC} -c ${CPP_CFLAGS} $< 257 ${CC} -c ${CPP_CFLAGS} $<
260 258
261.m.o: 259.m.o:
262#ifdef NS_IMPL_GNUSTEP
263 $(CC) -c $(CPPFLAGS) $(ALL_CFLAGS) -fgnu-runtime -Wno-import -fconstant-string-class=NSConstantString $<
264#else
265 $(CC) -c $(CPPFLAGS) $(ALL_CFLAGS) $< 260 $(CC) -c $(CPPFLAGS) $(ALL_CFLAGS) $<
266#endif
267 261
268all: ${DONT_INSTALL} ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS} 262all: ${DONT_INSTALL} ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS}
269 263