aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Nicolaescu2010-04-26 11:14:24 -0700
committerDan Nicolaescu2010-04-26 11:14:24 -0700
commit7e10844c7223ea4a97b3c6ca590377e5cd5a205f (patch)
treec011a995add75fa543bdc2a962b79e48a2f5fb4d /src
parent9452ded1310f9d725ef318038ceab4737b7b92d9 (diff)
downloademacs-7e10844c7223ea4a97b3c6ca590377e5cd5a205f.tar.gz
emacs-7e10844c7223ea4a97b3c6ca590377e5cd5a205f.zip
* Makefile.in (LIBS_MACHINE): Remove, unused.
* Makefile.in (LIBS_MACHINE): Remove all uses, unused. * configure.in (LIBS_MACHINE): Remove, unused.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/Makefile.in5
2 files changed, 2 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 58ea0e2476b..9807cd45f3a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12010-04-26 Dan Nicolaescu <dann@ics.uci.edu> 12010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * Makefile.in (LIBS_MACHINE): Remove, unused.
4
3 Use autoconf instead of cpp for LIB_MATH. 5 Use autoconf instead of cpp for LIB_MATH.
4 * s/darwin.h (LIB_MATH): Do not define here, move to configure. 6 * s/darwin.h (LIB_MATH): Do not define here, move to configure.
5 * s/cygwin.h (LIB_MATH): Likewise. 7 * s/cygwin.h (LIB_MATH): Likewise.
diff --git a/src/Makefile.in b/src/Makefile.in
index 14fe29cf482..d27794793b6 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -170,11 +170,6 @@ DEPFLAGS = -MMD -MF deps/$*.d
170#define LIBS_SYSTEM 170#define LIBS_SYSTEM
171#endif 171#endif
172 172
173/* Some m/MACHINE.h files define this to request special libraries. */
174#ifndef LIBS_MACHINE
175#define LIBS_MACHINE
176#endif
177
178/* Some s/SYSTEM.h files define this to request special switches in ld. */ 173/* Some s/SYSTEM.h files define this to request special switches in ld. */
179#ifndef LD_SWITCH_SYSTEM 174#ifndef LD_SWITCH_SYSTEM
180#if !defined (__GNUC__) && ((defined (BSD_SYSTEM) && !defined (COFF))) 175#if !defined (__GNUC__) && ((defined (BSD_SYSTEM) && !defined (COFF)))