a461908da4
This fixes bugs in the manual handling. abs.[cS] was handled too specially and the wrong (.c) variant for each of div.[cS], labs.[cS] and ldiv.[cS] was added to SRCS. This caused the .c variant to be used if `depend' was made and the .S version to be used otherwise.
5 lines
134 B
Makefile
5 lines
134 B
Makefile
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
|
|
# $Id: Makefile.inc,v 1.5 1997/02/22 14:58:55 peter Exp $
|
|
|
|
MDSRCS+=abs.S div.S labs.S ldiv.S
|