diff options
| author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1998-11-16 23:51:14 +0000 |
|---|---|---|
| committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1998-11-16 23:51:14 +0000 |
| commit | 9ba91dd44b9366fd6ed19c8e8619bc8d2e00344f (patch) | |
| tree | 5969134f96aea98f8c07300c54e492c2ec1fbafa /lib/libf2c | |
| parent | b3a2ec1e4446b48f099785426f756618d19cef15 (diff) | |
Notes
Diffstat (limited to 'lib/libf2c')
| -rw-r--r-- | lib/libf2c/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libf2c/Makefile b/lib/libf2c/Makefile index 6183d5880868..fd17e2ae91c3 100644 --- a/lib/libf2c/Makefile +++ b/lib/libf2c/Makefile @@ -5,7 +5,7 @@ CFLAGS+= -DIEEE_drem -DNON_ANSI_RW_MODES -DNON_UNIX_STDIO -DPedantic -I${.CURDIR MISC = Version.c main.c s_rnge.c abort_.c getarg_.c iargc_.c getenv_.c\ signal_.c s_stop.c s_paus.c system_.c cabs.c\ - derf_.c derfc_.c erf_.c erfc_.c sig_die.c F77_aloc.c exit.c + derf_.c derfc_.c erf_.c erfc_.c sig_die.c F77_aloc.c exit.c MAIN.c POW = pow_ci.c pow_dd.c pow_di.c pow_hh.c pow_ii.c pow_ri.c pow_zi.c pow_zz.c CX = c_abs.c c_cos.c c_div.c c_exp.c c_log.c c_sin.c c_sqrt.c DCX = z_cos.c z_div.c z_exp.c z_log.c z_sin.c z_sqrt.c |
