Makefile.in: Fix non-portable use of `$<' in z_log.c's rule.
2001-11-25 Toon Moene <toon@moene.indiv.nluug.nl> * libF77/Makefile.in: Fix non-portable use of `$<' in z_log.c's rule. From-SVN: r47328
This commit is contained in:
parent
7e5fb12fc5
commit
a021c4736a
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2001-11-25 Toon Moene <toon@moene.indiv.nluug.nl>
|
||||
|
||||
* libF77/Makefile.in: Fix non-portable use of `$<' in z_log.c's rule.
|
||||
|
||||
2001-11-23 Toon Moene <toon@moene.indiv.nluug.nl>
|
||||
|
||||
PR libf2c/4930
|
||||
|
|
|
@ -147,7 +147,7 @@ z_cos.lo: z_cos.c
|
|||
z_div.lo: z_div.c
|
||||
z_exp.lo: z_exp.c
|
||||
z_log.lo: z_log.c
|
||||
@LIBTOOL@ --mode=compile $(CC) -c -DSkip_f2c_Undefs $(ALL_CFLAGS) -ffloat-store $<
|
||||
@LIBTOOL@ --mode=compile $(CC) -c -DSkip_f2c_Undefs $(ALL_CFLAGS) -ffloat-store $(srcdir)/z_log.c
|
||||
z_sin.lo: z_sin.c
|
||||
z_sqrt.lo: z_sqrt.c
|
||||
r_abs.lo: r_abs.c
|
||||
|
|
Loading…
Add table
Reference in a new issue