diff options
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 | |||
| 127 | #endif | 127 | #endif |
| 128 | 128 | ||
| 129 | #ifndef LIB_MATH | 129 | #ifndef LIB_MATH |
| 130 | # ifdef LISP_FLOAT_TYPE | ||
| 131 | # define LIB_MATH -lm | 130 | # define LIB_MATH -lm |
| 132 | # else /* ! defined (LISP_FLOAT_TYPE) */ | ||
| 133 | # define LIB_MATH | ||
| 134 | # endif /* ! defined (LISP_FLOAT_TYPE) */ | ||
| 135 | #endif /* LIB_MATH */ | 131 | #endif /* LIB_MATH */ |
| 136 | 132 | ||
| 137 | /* Some s/SYSTEM.h files define this to request special switches in ld. */ | 133 | /* Some s/SYSTEM.h files define this to request special switches in ld. */ |
| @@ -628,11 +624,7 @@ otherobj= $(termcapobj) lastfile.o $(mallocobj) $(allocaobj) $(widgetobj) | |||
| 628 | #define FACE_SUPPORT | 624 | #define FACE_SUPPORT |
| 629 | #endif | 625 | #endif |
| 630 | 626 | ||
| 631 | #ifdef LISP_FLOAT_TYPE | ||
| 632 | #define FLOAT_SUPPORT ${lispsource}float-sup.elc | 627 | #define FLOAT_SUPPORT ${lispsource}float-sup.elc |
| 633 | #else | ||
| 634 | #define FLOAT_SUPPORT | ||
| 635 | #endif | ||
| 636 | 628 | ||
| 637 | #ifdef HAVE_MOUSE | 629 | #ifdef HAVE_MOUSE |
| 638 | #define MOUSE_SUPPORT ${lispsource}mouse.elc \ | 630 | #define MOUSE_SUPPORT ${lispsource}mouse.elc \ |