Raymond Toy pushed to branch issue-425-correctly-rounded-math-functions-single-float at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/lisp/GNUmakefile
    ... ... @@ -60,7 +60,7 @@ lisp: ${OBJS} ${CORE_MATH_OBJS} version.o
    60 60
     # Create a library out of all the object files so we can build an
    
    61 61
     # executable.  However, we need to remove exec-init.o from the library
    
    62 62
     lisp.a:	version.o ${OBJS} ${CORE_MATH_OBJS} ${EXEC_FINAL_OBJ}
    
    63
    -	$(AR) crs lisp.a ${OBJS} ${CORE64_OBJS} version.o
    
    63
    +	$(AR) crs lisp.a ${OBJS} ${CORE_MATH_OBJS} version.o
    
    64 64
     ifneq (${EXEC_FINAL_OBJ},)
    
    65 65
     	$(AR) d lisp.a exec-init.o
    
    66 66
     endif