summaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-02-17 09:45:46 +0000
committerGerd Moellmann <gerd@gnu.org>2000-02-17 09:45:46 +0000
commitcc94f3b24e447e04da3e899af8909cb77d648ef0 (patch)
tree9dc9189ad96dec0e5237e9fd36a6baf505c9eb7d /src/Makefile.in
parent10689a01d99ab2f3382bb7ef3912961ec08f8bb9 (diff)
downloademacs-cc94f3b24e447e04da3e899af8909cb77d648ef0.tar.gz
Remove `LISP_FLOAT_TYPE' and `standalone'.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 84317d1f28b..469d948d185 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -127,11 +127,7 @@ CC = C_COMPILER
#endif
#ifndef LIB_MATH
-# ifdef LISP_FLOAT_TYPE
# define LIB_MATH -lm
-# else /* ! defined (LISP_FLOAT_TYPE) */
-# define LIB_MATH
-# endif /* ! defined (LISP_FLOAT_TYPE) */
#endif /* LIB_MATH */
/* Some s/SYSTEM.h files define this to request special switches in ld. */
@@ -628,11 +624,7 @@ otherobj= $(termcapobj) lastfile.o $(mallocobj) $(allocaobj) $(widgetobj)
#define FACE_SUPPORT
#endif
-#ifdef LISP_FLOAT_TYPE
#define FLOAT_SUPPORT ${lispsource}float-sup.elc
-#else
-#define FLOAT_SUPPORT
-#endif
#ifdef HAVE_MOUSE
#define MOUSE_SUPPORT ${lispsource}mouse.elc \