mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 09:41:05 -04:00
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.
4 lines
134 B
Makefile
4 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
|