Ticket #49067: patch-src_Makefile.diff

File patch-src_Makefile.diff, 735 bytes (added by Schamschula (Marius Schamschula), 9 years ago)
  • src/Makefile

    old new  
    3131
    3232## GNU MPFR api oct-files
    3333mpfr_matrix_mul_d.oct: mpfr_%.oct: mpfr_%.cc mpfr_commons.cc
    34         $(MKOCTFILE) -o $@ $(LDFLAGS_MPFR) $(CFLAG_OPENMP) $<
     34        $(MKOCTFILE) -v -o $@ $(LDFLAGS_MPFR) $(CFLAG_OPENMP) $<
    3535mpfr_%.oct: mpfr_%.cc mpfr_commons.cc
    36         $(MKOCTFILE) -o $@ $(LDFLAGS_MPFR)  $<
     36        $(MKOCTFILE) -v -o $@ $(LDFLAGS_MPFR)  $<
    3737
    3838## <cfenv> api oct-file
    3939##
     
    4343## omit the __setround__ function from a redistributed binary package.
    4444## However, please inform the package maintainer of the error.
    4545__setround__.oct: __setround__.cc
    46         $(MKOCTFILE) -o $@  $<
     46        $(MKOCTFILE) -v -o $@  $<