diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-02-17 09:45:46 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-02-17 09:45:46 +0000 |
commit | cc94f3b24e447e04da3e899af8909cb77d648ef0 (patch) | |
tree | 9dc9189ad96dec0e5237e9fd36a6baf505c9eb7d /src/Makefile.in | |
parent | 10689a01d99ab2f3382bb7ef3912961ec08f8bb9 (diff) | |
download | emacs-cc94f3b24e447e04da3e899af8909cb77d648ef0.tar.gz |
Remove `LISP_FLOAT_TYPE' and `standalone'.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 8 |
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 \ |